PHP Tutorials

The term PHP is an acronym for PHP: Hypertext Preprocessor. PHP is a server-side scripting language designed specifically for web development. PHP can be easily embedded in HTML files and HTML codes can also be written in a PHP file. The thing that differentiates PHP with client-side language like HTML is, PHP codes are executed on the server whereas HTML codes are directly rendered on the browser.
Topics :
Programs:
- PHP | Program to move (key,value) pair upwards or downwards
- PHP program to find the maximum and the minimum in array
- PHP | Program to delete an element from array using unset() function
- PHP | Remove duplicate elements from Array
- PHP | Sort array of strings in natural and standard orders
- Program to find the number of days between two dates in PHP
- How to calculate the difference between two dates in PHP?
- Convert an object to associative array in PHP
- Generating OTP (One time Password) in PHP
- Program to Insert new item in array on any position in PHP
- Split a comma delimited string into an array in PHP
- How to generate a random, unique, alphanumeric string in PHP
- Program to generate random string in PHP
- PHP | Print the last value of an array without affecting the pointer
- PHP program to find the Standard Deviation of an array
- PHP program to change date format
- PHP programs for printing pyramid patterns
- PHP | Program to check a string is a rotation of another string
- Program to remove empty array elements in PHP
- How to check an array is associative or sequential in PHP?
- Get the full URL in PHP
- How to remove non-alphanumeric characters in PHP?
- How to check whether an array is empty using PHP?
- Difference between isset() and array_key_exists() Function in PHP
- How to run JavaScript from PHP?
- How to display HTML tags as plain text using PHP
- PHP program to fetch data from localhost server database using XAMPP
- How to convert array to SimpleXML in PHP
- How to read if a checkbox is checked in PHP?
- How to call PHP function from string stored in a Variable
- How to get multiple selected values of select box in php?
- How to make a redirect in PHP?
- How to convert an image to base64 encoding in PHP?
Misc:
- PHP | MySQL Database Introduction
- PHP | MySQL ( Creating Database )
- PHP | MySQL ( Creating Table )
- PHP | MySQL Select Query
- PHP | MySQL UPDATE Query
- PHP | MySQL Delete Query
- PHP | Inserting into MySQL database
- PHP | MySQL LIMIT Clause
- PHP | MySQL WHERE Clause
- PHP | MySQL ORDER BY Clause
- PHP | mysqli_num_rows() Function
- PHP | Uploading File
- PHP | Send Attachment With Email
- PHP | Determining Client IP Address
- PHP 5 VS PHP 7
- PHP vs. Node.js
- PHP Pagination | Set 1
- PHP Pagination | Set 2
- PHP Pagination | Set 3
- HTTP GET and POST Methods in PHP
- Program to count Page Views
- Cookies
- Binary Search in PHP
- Basics of File Handling
- LDAP and LDAP Injection/Prevention
- PHP | FPDF-PDF Generator
PHP Functions Complete References:
- PHP | array Functions Complete Reference
- PHP | String Functions Complete Reference
- PHP | Math Functions Complete Reference
- PHP | GMP Functions Complete Reference
- PHP | Calendar Functions Complete Reference
- PHP | IntlChar Functions Complete Reference
- PHP | Imagick Functions Complete Reference
- PHP | Gmagick Functions Complete Reference
- PHP | ImagickDraw Functions Complete Reference
- PHP | Image Processing and GD Functions Complete Reference
- PHP | SPL Data structures Complete Reference
- PHP | DS\Sequence Functions Complete Reference
- PHP | DS\Vector Functions Complete Reference
- PHP | Ds\Deque Functions Complete Reference
- PHP | Ds\Map Functions Complete Reference
- PHP | Ds\Set Functions Complete Reference
- PHP | Ds\Stack Functions Complete Reference
- PHP | Ds\Queue Functions Complete Reference
- PHP | Ds\PriorityQueue Functions Complete Reference
- PHP | Filesystem Functions Complete Reference
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.

