Template Sites
Featured Sites
Members Area
Partners Sites
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..

Views: 219

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..

Views: 247

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..

Views: 225

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..

Views: 220

Chapter 7. Variables

Variables in PHP are represented by a dollar sign followed by the name of the variable. The variable name is..

Views: 176

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..

Views: 217

Control Structures Revisited

A look at two new variations of the ifINSERT INTO `sites` VALUES (); whileINSERT INTO `sites` VALUES (); and forINSERT..

Views: 227