Hi,
I uploaded a new snippet in this website's "Code Library" (under Database category) for every web developer to use, modify, and enhance.
Some people find it usefull, so check it out.
Here's some of the features of the class I developed:
"DbHtmlTable Version 1.02" Key Features:
- extends the HTML extended PHP functions
- parses SQL query statement as main parameter
- updates SQL query statement automatically
- allows most simple to complex SQL queries
- developed and tested under PHP 4.0.6
- supports MySQL DBMS
- supports transitional XHTML
- optional user-defined function(s) as parameter(s) for a more customizable
record display/formatting
- enable multiple instances and multiple database connections in one script
- all instances have independent column sorting and pagination in a script
- including a LIMIT clause in your SQL query statement will automatically
enable pagination (previous - next links)
- separate method for single record display
I am hoping that open-source programmers could help me develop or email me of a better version of the class I just made.
<u>DbHtmlTable</u>