Learning PHP basics

PHP stands for Hypertext Preprocessor. And you must have seen registration pages in many websites. It is used to get user’s information on the internet.

So we now know that a registration page is part of almost every website on the Internet. Creating the same thing on a PHP technology is simple and easy. This video demonstrates how we can create a registration page in Dreamweaver using PHP technology. Watch this video from scratch as it explains almost everything that is needed for creating a registraion page.



PHP was originally created by Rasmus Lerdorf in 1995 and has been in continuous development ever since. The main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification. PHP is free software released under the PHP License, which is incompatible with the GNU General Public License (GPL) because of restrictions on the use of the term PHP.
PHP has evolved to include a command line interface capability and can also be used in standalone graphical applications.