PHP tutorial for beginners and professionals with examples on Language, Built-in Function, Library, Web Design, Object Oriented PHP, PHP Variables, Scalars, Arrays, Hash, File I/O, Looping, Regular Expressions, Subroutines, Coding Standard, Writing Modules, File Management, Examples, Reference, Special Variables, Syntax Overview, Advanced PHP, Tutorial, Tutorials, Operators, GET, POST, Predefined, Form etc.
Working PHP examples programs with output and source code.
PHP tutorial:
- PHP introduction
- PHP Install PHP
- PHP Example
- PHP Echo
- PHP print
- PHP variable
- PHP $ and $$
- PHP constants
- PHP magic constants
- PHP data types
- PHP operators
- PHP comments
- PHP control statement
- PHP if else
- PHP switch
- PHP for loop
- PHP while loop
- PHP do while loop
- PHP break
- PHP functions
- PHP parameterized function
- PHP call by value
- PHP call by reference
- PHP default arguments
- PHP variable arguments
- PHP recursive function
- PHP array
- PHP indexed array
- PHP associated array
- PHP multidimensional arrays
- PHP arrays functions
- PHP strings
- PHP string functions
- PHP math functions
- PHP form get set
- PHP include require
- PHP cookies
- PHP session
- PHP file handling
- PHP open file
- PHP read file
- PHP write file
- PHP append file
- PHP delete file
- PHP file upload
- PHP file download
- PHP mail
- PHP MySQLi CONNECT
- PHP MySQLi CREATE DB
- PHP MySQLi CREATE Table
- PHP MySQLi INSERT
- PHP MySQLi UPDATE
- PHP MySQLi DELETE
- PHP MySQLi SELECT
- PHP MySQLi Order by
PHP Programs
- PHP program to print sum of digits
- PHP program to check prime number
- PHP program to print table of a number
- PHP program to print factorial of a number
- PHP program to check armstrong number
- PHP program to check palindrome number
- PHP program to print fibonacci series without using recursion and using recursion
- PHP program to reverse given number
- PHP program to reverse given string
- PHP program to swap two numbers with and without using third variable
- PHP program to find if the given year is leap year or not
- PHP program to display Text messages
- PHP program to print an array
- PHP program to print each element of an array
- PHP program to find number of elements in an array
- PHP program to sort elements in an array in ascending order
- PHP program to sort elements in an array in descending order
- PHP program to find the sum of elements in an array
- PHP program to find the product of elements in an array
- PHP program to split a string as array elements based on delimiter
- PHP program to combine the array elements into a string with given delimiter
- PHP program to join the array elements into a string
- PHP program to merge two arrays into a new array
- PHP program to remove the duplicated values from an array
- PHP program to create a Simple Calculator
- PHP program to create simple Login and Logout using sessions