Advertisment
Planning and designing a database is the essential first step to developing a web database application. In this tutorial, we introduce database...
In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions...
One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at...
This tutorial is a SIMPLE rank / top players system for beginner users that updates once every hour or so (or however often you set it to).
Learn PHP with MySQL starting from database connection till updation and deletion operations.
Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected...
This easy to understand tutorial goes through all the basics of installing phpMyAdmin on your own server. It covers everything you need to know to...
Some ways to reduce the overhead in your server, using caching techniques.
A tutorial on connecting, disconnecting, inserting and retrieving data with a mySQL DataBase.
In this tutorial I will show you how to display data from a MySQL database on a web page using PHP. This is part two in our MySQL database...
The second part of the database functions tutorial will teach you how to retrieve data from a MySQL table. Assuming you have completed the first...
Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database...
There might be many reasons why you may be storing data in a database. As Google has showed us, searching data is an invaluable tool that can help...
A guide on how to connect to a MySQL Database using PHP.
Paso a paso como exportar nuesrta base de datos Mysql a Excel. Ejemplo para bajar y online.
Learn how to implement the simple PHP number_format function so that you can format large numbers with commas after every 3 digits for ease of...
This tutorial will teach you how to insert a new database row using a form. This can be very helpful in creating scripts such as user login, email...
Although there isn't an explicit MySQL data type for arrays or list data, you can store PHP arrays as strings within a MySQL database using...
Learn by examples how to manipulate your database using PHP
Very informative infromation when firt learning Databases with PHP.