BACKING UP A DB USING PHP CODES

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pydscayetano
Forum Newbie
Posts: 2
Joined: Wed Aug 03, 2005 2:19 am
Contact:

BACKING UP A DB USING PHP CODES

Post by pydscayetano »

GUYS I HAVE A BIG PROB...
I just wanna back-up my DB using a PHP Function...how can i do it,,?THANX
ruchit
Forum Commoner
Posts: 53
Joined: Mon Sep 26, 2005 6:03 am

Post by ruchit »

why re-invent the wheel... use sqlyog or phpMyAdmin for this
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Or if you have shell access just issue a shell command using PHP ;)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply