Archive for the ‘PHP’ Category
An Introduction to PHP
Friday, May 1st, 2009
If you are going to start using php, you really need to understand what it is. PHP is a server-side-scripting-language. What that means is that when your web browser requests a page that has php code in it, ALL of the code is processed at the server before you see the page. The basic function of php is to generate HTML for presentation in your browser, but that is not all. PHP can manipulate strings, send an email, fetch information from a database, utilize FTP for file transfers, manipulate files, and even manipulate images.
