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

Welcome!

Welcome to my short programming journey to PHP!
I am going to try to start learning PHP programming and here I'll be posting my progress for later reference.