Hosting Fanatic

PHP 101

The section to come to for beginning PHP tutorials, tricks and other serverside nonsense. PHP is a fairly accessible scripting language that will seem really familiar to C programmers or to anyone who can program or script in a C-like language. PHP is becoming more and more popular especially with the arrival of PHP 5 and PHP as an object oriented programming language.

Learn how to make your website more manageable by using PHP includes in place of repetitive code.
PHP functions that allow you to easily integrate remote RSS feeds into your website. Display your favorite technology feeds right on your website.
Another common error in PHP. Warning: Cannot modify header information - headers already sent is something that even veteran PHP programmers hit every once in awhile.
This short article will explain why you are getting an access denied error when you use mysql_real_escape_string() to prepare data for your SQL queries.
The basics of programming in PHP-a very popular and powerful open source serverside scripting language.