A Flash Developer Resource Site

Results 1 to 20 of 30

Thread: KM & MySql

Threaded View

  1. #6
    up to my .as in code Chris_Seahorn's Avatar
    Join Date
    Dec 2004
    Posts
    4,389
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center