Tips and Tutorials
MySQL FAQs - Managing Tables and Running Queries
A collection of 18 tips on managing tables and data rows with PHP scripts. Clear explanations and tutorial exercises are provided on creating and dropping tables; inserting, [...]
The Anti-Diet Pill
The Anti-Diet Pill is a free tool you can add to your web site that your dieting visitors will appreciate. The Anti-Diet Pill displays a randomly generated daily-oriented, [...]
PHP Script Tips - PHP Built-in Functions for Strings
A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim, substr, chop, strpos, strcmp, [...]
PHP Script Tips - Understanding String Literals and Operations
A collection of 14 tips on PHP string literals, operations and conversaion. Clear explanations and tutorial exercises are provided on single-quoted strings, double-quoted strings, [...]
Creating dynamic Google sitemap
This tutorial demonstates the PHP5 SimpleXML extension by using it to update a Google sitemap dynamically. It assumes that you have a basic understanding of PHP and are familiar [...]
Advanced Templating - PHP5 Tutorial
Here you will learn some of the special PHP5 class functions while creating a massive templating class (in power, not size). This templating class will be capable of an unlimited [...]
MySQL FAQs - PHP Connections and Query Execution
A collection of 18 FAQs on connecting MySQL server with PHP scritps. Clear explanations and tutorial exercises are provided on MySQL server connection; providing port number, user [...]
Mod Rewrite For Dummies
This article is not a complete quide to Apache`s mod_rewtite neither to .htaccess. Its purpose is to help you - the webmaster - to create qmod_rewritenq versions of your dynamic [...]
Understanding and Using Sessions
A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving [...]
PHP Script Tips - Uploading Files to Web Servers
A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML tags, setting encoding type on HTML [...]
