PHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994.
PHP is a recursive acronym for "PHP: Hypertext Preprocessor".
PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites.
It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.
PHP is pleasingly zippy in its execution, especially when compiled as an Apache module on the Unix side. The MySQL server, once started, executes even very complex queries with huge result sets in record-setting time.
PHP supports a large number of major protocols such as POP3, IMAP, and LDAP. PHP4 added support for Java and distributed object architectures (COM and CORBA), making n-tier development a possibility for the first time.
PHP is forgiving: PHP language tries to be as forgiving as possible.
PHP Syntax is C-Like.
List of PHP basic programs with examples
- How to convert rupees into pound in PHP?
- Write a PHP program to check if a person is eligible to vote
- PHP Program To Display Text Messages
- Write a PHP script to get the client IP address
- How do you print sentence PHP is best programming language in PHP?
- Write a PHP script to get the names of the functions of a module
- Write a PHP script to get the directory path used for temporary files
- Write a PHP script to get the information about the operating system PHP is running on
- Write a PHP script to get the last occurred error
- Write a PHP script to delay the program execution for the given number of seconds
- write a php script to print current php version
- Write a PHP script to count number of lines in a file
- Write a PHP script to get last modified information of a file
- Write a PHP script to display source code of a webpage
- Write a PHP script to check whether the page is called from 'https' or 'http
- Write a simple PHP program to check that emails are valid
- Redirect a user to a different page
- Php print array in readable format
- Write a PHP script to get the current file name
- Write a simple PHP browser detection script
- Write a PHP script to get the PHP version and configuration information
- Write a PHP script to get the client IP address
List of PHP array programs with examples
List of PHP switch programs with examples
List of Loop programs with examples
- Write a program to count 5 to 15 using PHP loop
- Write a PHP script to calculate and print the factorial of a number using a for loop
- Write a PHP script using a for loop to add all the integers between 0 and 20 and display the sum
- Write a PHP script that displays 1 2 3 4 5 6 7 8 9 10 numbers on one line
List of String programs with examples
- Write a shell script that takes your name as input and display
- Write a PHP script to convert lowercase string to uppercase
- Write a PHP script to select first 4 words from the following string
- Write a PHP script to print letters from 'a' to 'z'.
- Write a PHP script to get the first word of a sentence
- Write a PHP script to remove comma(s) from the following numeric string
- Write a PHP script to remove all leading zeroes from a string
- Write a PHP script to insert a string at the specified position in a given string
- Write a PHP script to remove a part of a string from the beginning
- Write a PHP script to print the next character of a specific character
- Write a PHP script to generate simple random password from a given string
- Write a PHP script to Replace the first word with another word
- Write a PHP script to get the last three characters of a string
- Write a PHP script to extract the user name from the email ID
- Write a PHP script to split the following string
- Write a PHP script to convert first character of all the words uppercase
- Write a PHP script to convert first character uppercase
- Write a PHP script to convert uppercase string to lowercase
- Write a PHP script to convert lowercase string to uppercase
Post a Comment
If you have any doubts, Please let me know
Thanks!