Recently Popular Tutorials for July 10th, 2006


Jul 10

Using PHP 5's DOM functions to create XML files from SQL...

Posted by , in PHP Tutorials

This tutorial is intended for developers who wish to extract data from a database and insert it into XML files so that it can be processed in some way, usually by transforming it into HTML using an XSL file.

Popularity: 22.8%

Thumbnail for Using PHP 5's DOM functions to create XML files from SQL...
Clique It


Jul 10

Pagination - what it is and how to do it

Posted by , in PHP Tutorials

Pagination tutorial. If you have a form which allows the user to browse through the rows in a database table, what do you do if that table has hundreds or even thousands of rows? It would not be a good idea to show all those rows in a single form, instead you should split the [...]

Popularity: 20%

Thumbnail for Pagination - what it is and how to do it
Clique It