PHP - Category - Page 37

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

phpinfo()

This function is used to know about the configuration details of PHP installed in our machine. Such detailed information returned by this ph ...

May 15th, 2013

PHP Type Hinting

As PHP is a loosely typed language, there is no need to specify a data type for variable declaration, function declaration or anywhere. But, ...

May 12th, 2013

PHP Case Conversion

In PHP, string-related functions are most popular and widely used while programming. Among them, some set predefined string functions are us ...

May 11th, 2013

PHP Operators

Like other programming languages, PHP includes set of operators that are used to perform operations between one or more values. PHP has a va ...

May 9th, 2013

PHP AJAX Programming

AJAX can be expanded as  Asynchronous Javascript and XML and it is a method to request a server-side script to execute via javascript. This ...

May 8th, 2013

PHP Globals with EGPCS Information

EGPCS is the variable parsing order configured as the value of the variable_order directive in the PHP configuration file. It is used to con ...

May 3rd, 2013

↑ Back to Top

Explore topics