Friday, June 13, 2008

PHP introduction

Here are some things that I thought where meaningful.

PHP = PHP: Hypertext Prepocessor

PHP is a server-side script, meaning that when a user requests something, it's all processed in the browser, making the site dynamic HTML.

PHP extensions are *.php;*.php3;*.phtml

No comments: