This tutorial shows you how to connect to a MySQL database using a PHP function.
This is a PHP front end to a MySQL database that allows consultants to log mileage, client consultation details, and more. It allows viewing based on dates or status and produces extensible reports.
A simple terminal to a MySQL database. You have a text-box and a button to send your query to the MySQL server. Result is shown in an HTML table.
This is a tutorial where users can handle mySQL database using php. The author provides information to the users that they should know about the parameter variables which can be changed easily. This tutorial tells the users how to open a...
Connect To A Sql Database is a multi-platform compatible script that allows you to connect to a SQL database.
Through this online article the author describes about the process of connecting to a database. The article starts with the explanation about the DSN and DSN Less Connections used to connect to a database. The author also shows few examples of...
In this article, the author gives a code source file in a text form for making some alterations to search and get results in a MySQL database content. He gives some programmes to follow step by step and three major areas are covered in this...
A tutorial on how to create and execute JDBC SQL Statements and display records from a table in a MySQL Database. Also covers topics like creating databases and tables in MySQL. All code is explained in detail.
mysql Database Search is a multi-platform compatible script that uses PHP to search a MySQL database and return paged results.
Use this class to access a MySQL database and use the most common functions. Results are returned as multidimensional arrays, so you don't even have to touch any of PHP's MySQL commands. It features error logging and basic MySQL functions. |