Page 1 of 1

database backup ?

Posted: Thu Aug 16, 2007 7:49 pm
by myharshdesigner
how to take database backup trough php appiation ?

pl tell me that

Thanks

Posted: Thu Aug 16, 2007 8:51 pm
by califdon
Go to Google.com and enter:

php backup

Posted: Thu Aug 16, 2007 9:52 pm
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

Posted: Thu Aug 16, 2007 10:44 pm
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.

Posted: Fri Aug 17, 2007 10:05 am
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.

Posted: Fri Aug 17, 2007 10:19 am
by thiscatis
:D hahaha

Bye myharshdesigner!

Posted: Fri Aug 17, 2007 1:02 pm
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.

Posted: Fri Aug 17, 2007 3:52 pm
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.

Posted: Fri Aug 17, 2007 8:21 pm
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.

Posted: Thu Aug 23, 2007 3:55 am
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 ?

Posted: Thu Aug 23, 2007 5:29 am
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.

Posted: Thu Aug 23, 2007 6:28 am
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