|
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) |
|
Votes:8
Downloads:3975
|
|
|
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) |
|
Votes:1
Downloads:1143
|
|
|
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) |
|
Votes:10
Downloads:5193
|
|
|