Recently Popular Tutorials for July 10th, 2006
Jul 10
Using PHP 5's DOM functions to create XML files from SQL...
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.
Jul 10
Pagination - what it is and how to do it
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 [...]