This tutorial shows you how to connect to a MySQL database using a PHP function.
A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains...
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...
This is a tutorial which tells the users about storing binary files in a mySQL database with php. This tutorial explains the users about setting up a database in which they should optimize the fields on their tables by not wasting any resources....
mysql Database Search is a multi-platform compatible script that uses PHP to search a MySQL database and return paged results.
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...
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.
cpLinks is a powerful online PHP software with a MySQL database using which you can create indices for your website pages, files, folders and links in static HTML pages. All web pages in the directory are search engine friendly containing title,...
This is a tutorial which teaches the readers how to develop a basic admin interface which allow them to add and delete users through the browser using a mySQL database with php. The author says to the readers about creation of a dynamic drop down...
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. |