Advertisment
This article describes how to connect and query an MS SQL server (running under a Windows operating system) from php installed on a unix box.
This tutorial teaches you how to upload images into a mysql database using PHP.
Learn how to super protect your files without the use of mySQL.
Learn how to add a row to a mySQL database using a PHP form.
Learn how to remove a row in mySQL using the power of PHP.
Learn a quick and easy way to display information from a mySQL database.
Learn how to edit a row in mySQL using the power of PHP.
Learn how to make a search engine using the power of PHP and mySQL.
Flat Files are simple text files or any other file used to store information.
This is a small web based database administration code using PHP 4+ and mySQL database.
A breif description of each way of using a mysql database with php coding.
How to use object oriented programming in php to create a class to make interacting with MySQL databases much easier.
Allow your scripts to connect to the database. This tutorial presents a simple way to optimize the code organization to connect to several...
This Massive User Registration tutorial covers all the aspects of preparing a user registration process (Form creation, form processing and...
This example shows how to display the data values from the columns of a search result from a MySql query in an HTML table.
This tutorial shows you how to create a Web page that extracts information from a MySQL database without refreshing the page (dynamic update)....
How to make a mysql connection, select a database, query the database, count the rows and use the information within the rows
How to give your users the benifit of putting the results of their query on different pages
How to backup MySQL data using PHP in a Windows environment (Windows Vista, 2003, XP, 2000, NT).
One of the main strengths of PHP is its support for a vast number of databases. Very often, PHP and MySQL are viewed as an entity. However, other...