PHP - Category - Page 30

PHP tutorials and backend development guides covering authentication, forms, security, and database-driven applications. These articles focus on practical PHP patterns used in real-world web projects.

All PHP Tutorials

Facebook Open Authentication in PHP

Open authentication is for providing access to the server resources after authorizing users via third-party services. It will take place bet ...

October 28th, 2013

php.net Alerted as Malware by Google

Oh man! this is very bad. This is a really poor promotion for PHP. Google safe browsing alerts saying that php.net is a malware host. Looks ...

October 24th, 2013

PHP cURL

cURL – Client URL library is used to communicate with different types of servers with protocols FTP, HTTP, telnet, gopher and more. In ...

October 18th, 2013

Multiselect in PHP

There are several form controls used to allow the user to select input from a group of options. For example, list box and checkbox. By defau ...

October 9th, 2013

isset vs empty vs is_null

Difference between isset, empty and is_null in PHP. isset function determines if a variable is declared and is not null. empty determines if ...

October 4th, 2013

↑ Back to Top

Explore topics