database backup ?
Moderator: General Moderators
-
myharshdesigner
- Forum Commoner
- Posts: 43
- Joined: Sat Apr 21, 2007 8:23 pm
database backup ?
how to take database backup trough php appiation ?
pl tell me that
Thanks
pl tell me that
Thanks
-
myharshdesigner
- Forum Commoner
- Posts: 43
- Joined: Sat Apr 21, 2007 8:23 pm
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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.
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.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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.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.
-
thewebdrivers
- Forum Commoner
- Posts: 41
- Joined: Fri Aug 17, 2007 3:32 pm
- Location: india
- Contact:
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
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
Have a look at http://www.best-php-scripts.com/mysql_backup.htm, there may be something there that can help.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 ?
-
myharshdesigner
- Forum Commoner
- Posts: 43
- Joined: Sat Apr 21, 2007 8:23 pm
THANKSSteve Mellor wrote:Have a look at http://www.best-php-scripts.com/mysql_backup.htm, there may be something there that can help.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 ?
Yes it got it what i want. Thanks