PHP Tutorial

Use a database to export to CSV dynamically

Learn how to use a database to export to CSV dynamically
General » wlscripting.com
Score(+): 0 | Views: 40 | Save it | Report it


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 » chriswashington.net
Score(+): 0 | Views: 71 | Similar Tuts | Save it | View this tutorial

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.
PHP and Images » earn-web-cash.com
Score(+): 0 | Views: 67 | Similar Tuts | Save it | View this tutorial

Export Data to CSV

Learn how to Use PHP to export data to a Comma Separated Value file
General » wlscripting.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

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 » ineedtutorials.com
Score(+): 0 | Views: 47 | Similar Tuts | Save it | View this tutorial

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 » ronsguide.com
Score(+): 0 | Views: 70 | Similar Tuts | Save it | View this tutorial

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 » programmingphp.net
Score(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

Creating a Tag Cloud with a database

Creating a Tag Cloud with a database using PHP
Database » mileswjohnson.com
Score(+): 1 | Views: 60 | Similar Tuts | Save it | View this tutorial

MySQL Database Integration

Learn how to add database elements to your site
Database » biorust.com
Score(+): 0 | Views: 55 | Similar Tuts | Save it | View this tutorial

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 » drquincy.com
Score(+): 0 | Views: 65 | Similar Tuts | Save it | View this tutorial

Database Abstraction with ADODB

This tutorial is going to help you to learn more about database Abstraction with ADODB
General » woolie.co.uk
Score(+): 0 | Views: 44 | Similar Tuts | Save it | View this tutorial

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 » arkinex.com
Score(+): 1 | Views: 66 | Similar Tuts | Save it | View this tutorial

PHP Database Integration With MySQL

This tutorial is about PHP Database Integration With MySQL
Database » techxcel.com
Score(+): 1 | Views: 56 | Similar Tuts | Save it | View this tutorial

Searching a MySQL Database

Learn How to search a MySQL database with 3 simple functions.
Database » vgsheets.com
Score(+): 1 | Views: 65 | Similar Tuts | Save it | View this tutorial

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 » teamtutorials.com
Score(+): 0 | Views: 47 | Similar Tuts | Save it | View this tutorial

Storing a PHP Array in a MySQL Database

Learn how to store a PHP Array in a MySQL Database
Database » asakusuma.com
Score(+): 0 | Views: 45 | Similar Tuts | Save it | View this tutorial

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 » shadow-fox.net
Score(+): 6 | Views: 128 | Similar Tuts | Save it | View this tutorial

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 » brendenwilson.com
Score(+): 0 | Views: 83 | Similar Tuts | Save it | View this tutorial

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 » phptoys.com
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Mysql automatic database backup

How to create your own automatic database backup script
Database » totaldream.org
Score(+): 1 | Views: 63 | Similar Tuts | Save it | View this tutorial

Learn How To Work with MySQL Database

Learn How To Work with MySQL Database with 21 Short Tutorials for Beginners
Database » dev.fyicenter.com
Score(+): 0 | Views: 61 | Similar Tuts | Save it | View this tutorial