Remote MySQL Query Support forum remotequery Execute remote MySQL queries across the Web Easily execute queries on a remote MySQL server using only HTTP. It works by accessing a PHP script on the remote web server that executes queries based on passed in URL parameters. The client passes a secret ...
esiform Support forum esiform Validate Web forms and execute follow-up actions This class is meant to create, validate and process Web forms. When a valid form is submitted, the class can execute several types of built-in follow-up actions. Currently it supports executing these types of follow ...
Defensive Attack Support forum defensive_attack Retrieve information of current user HTTP request This class can be used to get and set information about the current user HTTP request details to help protecting against unintended accesses. It can: - Determine the user machine real IP address even ...
myPageDisplay Support forum mypagedisplay Display paginated MySQL query results in HTML This class can be used to display MySQL query results split between multiple HTML pages. It displays the query results data in an HTML table with a given limit of rows per page. It also generates navigation links ...
Paginator Support forum paginator Spliting database query result sets between pages. Paginator is a class that can help you to split MySQL database query result sets in pages. Paginator will return a number that can be used to set your start result row and a number to use as an offset. The class ...
phpSortable Support forum phpsortable Display SQL query results in sortable HTML tables This package can be used to display SQL database query results in sortable HTML tables. It executes SQL queries and displays the results in HTML tables with sorting links in the table headers. It can also link ...
Search Support forum 36 Simple programming interface for helping to query and display data from a MySQL database. Simple programming interface for helping to query and display data from a MySQL database.Extend the class and override relevent functions see usage. Search Class V1.2 Site Meter
This class is the ultimate MySQL database access wrapper. It can: - Establish MySQL server connections - Execute SQL queries - Query a single value or a single row - Retrieve query results into arrays or resource objects - Retrieve the last inserted ID - Manage transactions (transaction processing ...
Google site map generator Support forum ggsitemap Generate Google site maps from arrays or MySQL This class can be used to generate a Google site maps. It can build the site map definition in Google site map from lists of URL specified using arrays,string or passing MySQL database query result handles ...
phpSortTable Support forum phpsorttable Show MySQL query results in sortable HTML tables !!! NOTICE: I suggest to use my other Class phpSortable under the site http://www.phpclasses.org/browse/package/3704.html. It is better and has a Database abstraction feature. I keep this package always updated ...