PHP Tutorial
Use a database to export to CSV dynamically
Learn how to use a database to export to CSV dynamically
General »
Top 20 Similar PHP Tutorials
Export MySQL database table data to XML file
Learn how to connect to a MySQL database, then export data into a XML file in PHP.
Database »
How to Use PHP to Dynamically Resize an Image
Sometimes you want to display an image - but it's not stored in the right size. If you allow the browser to resize the image, it will get distorted and waste bandwidth.
Instead, you can use the PHP GD library to resize the image on the fly. This tutorial will show you how to use the GD library to read an image, resize it, and output it as part of an HTML page.
Export Mysql data to CSV
Want to export your Mysql data to a CSV(comma seperated value) file? In this tutorial i will show you how to export your data from Mysql into a CSV file.
Database »
Flat File Database (Database from a text file)
Learn how to store and retrieve information using PHP's built in file handling functions along with serialize and unserialize
General »
Creating database tables
Making use of MySQL and its databases will enable you to more fully enjoy the potential of PHP. Here is a look at creating a table in your MySQL database.
Database »
Get the Size of a MySQL Database with PHP
This simple tutorial will show you how to get the size of a MySQL database using PHP in just a few simple steps
Database »
Database Abstraction with ADODB
This tutorial is going to help you to learn more about database Abstraction with ADODB
General »
RSS Feeds from a MySQL Database
This tutorial will teach you how to create a simple RSS 2.0 compliant feed from a MySQL (or others with a few small changes) database.
Database »
PHP Database Integration With MySQL
This tutorial is about PHP Database Integration With MySQL
Database »
Inserting Data Into a MySQL Database using PHP
This tutorial is a continuation on the “How to Access a MySQL Database Using PHP” tutorial that showed you how to setup a database using phpMyAdmin and how to read data from the database using PHP. In the tutorial I will show you how to write data to the database directly through a from on your website. This is going to be a very basic writing tutorial
Database »
Storing a PHP Array in a MySQL Database
Learn how to store a PHP Array in a MySQL Database
Database »
Build an RSS Feed From the Information In Your Database With PHP
Learn how to take information in a MySQL database table and export it to RSS using the file writing capabilities of PHP.
General »
Search MySQL Database Using PHP in One Page
This tutorial will explain how to search a MySQL database using PHP. If you plan on using PHP & MySQL this is a core concept.
Database »
Get MySQL database layout in XML format
In this tutorial I will show you how to get your MySQL database description / layout in an XML format
Advanced »
Learn How To Work with MySQL Database
Learn How To Work with MySQL Database with 21 Short Tutorials for Beginners
Database »










