PHP Tutorials
Build Cross-Platform Windowed Apps with PHP
Impossible? Not with PHP-GTK, a PHP extension that will have you writing cross-platform GUI-based applications in no time! Mitchell shows..
Build Your Own Database Driven Website Using PHP
Together, PHP & MySQL form the most widely used open source database and scripting technologies on the Web today. As..
Building A Dynamic MySQL Paging Class With PHP
As PHP developers, we can develop pretty much anything that we can think of: database driven sites, complete GUI applications..
Caching PHP Programs with PEAR
PHP scripts are compiled and HTML is generated each time a web page is requested. Sebastian Bergmann uses PEAR caching..
Chapter 7. Variables
Variables in PHP are represented by a dollar sign followed by the name of the variable. The variable name is..
Configuring PHP with ORACLE 8i Support
In this article, I will briefly describe how to compile PHP with ORACLE 8i support. When I tried to compile..
Control Structures Revisited
A look at two new variations of the ifINSERT INTO `sites` VALUES (); whileINSERT INTO `sites` VALUES (); and forINSERT..
