Category Archives: Web Development
What is PHP? Write your first PHP Program PHP : Part-2
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…
What is PHP? Write your first PHP Program
The PHP Hypertext Preprocessor (PHP) is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications. This tutorial helps you to build your base with PHP. Why to Learn PHP? PHP started out as a small open source project that evolved as more…