Basic PHP Programming

Your guide to basic PHP Programming

Archive for April, 2010

PHP and the Web

without comments

php.jpg

PHP has many features that are designed particularly for Web site use. PHP interacts with HTML forms so that PHP can display on HTML and it also has the ability to process the information that users type in. PHP acts like a body-guard or bouncer of sorts and it secures Web pages. It allows the developer to create secure Web pages with features that requires users to enter a valid username and password before they can view the content. PHP also communicates with databases so they can both store and retrieve information from and to the users. Brilliant, isn’t it?

Written by Bart

April 10th, 2010 at 10:16 am

Posted in Web