PHP->Database
 
  3 result(s) found, page 1 of 1
Pages: 1 
Text Article Code/Script to Copy MySql Database
This is a very smart script to copy a mysql database (with contents) to another database or it simply duplicates/backups a mysql database

Submitted on: 30-Apr-08 | By: Junaid Shabbir | Comments(5)
Rank: 1110.50
Votes:8
Downloads:3975

Text Article How to connect two mysql databases in PHP?
The sample code below makes 2 database connections and the reference to each database connection is stored in separate variables. Whenever you connect multiple databases you have to specify the link in mysql_query function to tell PHP to run the query on the specified database.

Submitted on: 01-Nov-09 | By: Andrew R | Comments(1)
Rank: 11111
Votes:1
Downloads:1143

Zip code download Using Checkboxes to Delete Items From Database
The sample php code makes use of checkboxes to delete items from the database. Multiples items can be selected & deleted. You will need to create a database and import the sample records before using the code

Submitted on: 21-Nov-07 | By: Andrew R | Comments(4)
Rank: 11110
Votes:10
Downloads:5193
New Members
 
Syntax/Code Highlighting in Standard Colors