|
-
up to my .as in code
See post #3 
I'm on phpmyadmin 2.9.0.1. Dumped fine even with the commented lines (you may have to remove them because some versions are picky). phpmyadmin created that dump. As for the backends in ALL my MySQL stuff you have to replace
if (!$result) {
fail("No database");
}
with
if (!$result) {
//or some other error that displays a message
exit;
}
"fail" is a function I use locally that slipped by in all my submissions.
Last edited by Chris_Seahorn; 12-19-2006 at 11:55 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|