database backup ?

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
myharshdesigner
Forum Commoner
Posts: 43
Joined: Sat Apr 21, 2007 8:23 pm

database backup ?

Post by myharshdesigner »

how to take database backup trough php appiation ?

pl tell me that

Thanks
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Post by califdon »

Go to Google.com and enter:

php backup
myharshdesigner
Forum Commoner
Posts: 43
Joined: Sat Apr 21, 2007 8:23 pm

Post by myharshdesigner »

califdon wrote:Go to Google.com and enter:

php backup

is there any goos tutorial on that ?
pl give me the link of that tutorial

Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

myharshdesigner, I've asked nicely by editing your posts and I even sent you a reminder via private message about using AOL Speak, which you read ... and have promptly ignored.

Now, I'm warning you, publicly. Stop using abbreviated words. Here's the rule again, just to make sure you see it. If you're confused about "what the problem is..." it's been "pl" for most, if not all, of your posts that have required action.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.

Some examples of what not to do are ne1, any1 (anyone); u (you); ur (your or you're); 2 (to too); prolly (probably); afaik (as far as I know); etc.
mad_phpq
Forum Commoner
Posts: 85
Joined: Fri Apr 27, 2007 5:53 am

Post by mad_phpq »

feyd, can you please stop posting 'reminders'. I honestly waste my time reading through most them. You'd be much more useful answer peoples queries. pl. ta.
thiscatis
Forum Contributor
Posts: 434
Joined: Thu Jul 20, 2006 11:00 am

Post by thiscatis »

:D hahaha

Bye myharshdesigner!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

mad_phpq wrote:feyd, can you please stop posting 'reminders'. I honestly waste my time reading through most them. You'd be much more useful answer peoples queries. pl. ta.
Hmm.. lets see. I'd love to spend more time answering posts instead of having to moderate, but then tons of rules would be ignored and we would lose consistency and, more importantly, the ability for many other language groups to read and/or translate the posts to their own languages. So, it's a choice that has to be made: spend time ensuring consistency, or let people run rampant and break the rules. But since you since you want me to be "more useful," I'll simply stop wasting my time on this post since it will most likely fall on deaf ears anyways.
thewebdrivers
Forum Commoner
Posts: 41
Joined: Fri Aug 17, 2007 3:32 pm
Location: india
Contact:

Post by thewebdrivers »

are you looking for a front end tool to take backups. if yes, you can probably use phpmyadmin. It has a nice interface.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

mad_phpq wrote:...s queries. pl. ta.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.

Some examples of what not to do are ne1, any1 (anyone); u (you); ur (your or you're); 2 (to too); prolly (probably); afaik (as far as I know); etc.
myharshdesigner
Forum Commoner
Posts: 43
Joined: Sat Apr 21, 2007 8:23 pm

Post by myharshdesigner »

thewebdrivers wrote:are you looking for a front end tool to take backups. if yes, you can probably use phpmyadmin. It has a nice interface.

thanks for the answer.

but i want to develop an application in which user can able to take a backup on the click of a button that's it.
so here i cant's use phpmyadmin sir.

is there any method ?
Steve Mellor
Forum Commoner
Posts: 49
Joined: Thu Aug 02, 2007 8:18 am

Post by Steve Mellor »

myharshdesigner wrote:
thewebdrivers wrote:are you looking for a front end tool to take backups. if yes, you can probably use phpmyadmin. It has a nice interface.

thanks for the answer.

but i want to develop an application in which user can able to take a backup on the click of a button that's it.
so here i cant's use phpmyadmin sir.

is there any method ?
Have a look at http://www.best-php-scripts.com/mysql_backup.htm, there may be something there that can help.
myharshdesigner
Forum Commoner
Posts: 43
Joined: Sat Apr 21, 2007 8:23 pm

Post by myharshdesigner »

Steve Mellor wrote:
myharshdesigner wrote:
thewebdrivers wrote:are you looking for a front end tool to take backups. if yes, you can probably use phpmyadmin. It has a nice interface.

thanks for the answer.

but i want to develop an application in which user can able to take a backup on the click of a button that's it.
so here i cant's use phpmyadmin sir.

is there any method ?
Have a look at http://www.best-php-scripts.com/mysql_backup.htm, there may be something there that can help.
THANKS

Yes it got it what i want. Thanks
Post Reply