Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: SQL Help :S

  1. #11
    Join Date
    Sep 2005
    Location
    East London
    Posts
    3,028
    Tokens
    0

    Latest Awards:

    Default

    echo $dump

    Does it show the sql ?

  2. #12
    Join Date
    Nov 2007
    Location
    London
    Posts
    1,577
    Tokens
    36

    Latest Awards:

    Default

    I always use int 11 and it always works.
    Kind Regards,

    Guy
    __________________

    Since 2007. Unbelievable Uptime. Web hosting, resellers, master resellers, linux VPS, windows VPS, shoutcasts, at the lowest prices on the net.
    Tech-Hosts.co.uk.


  3. #13
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default

    yeah the f_g_c's working.
    Coming and going...
    Highers are getting the better of me

  4. #14
    Join Date
    Nov 2007
    Location
    London
    Posts
    1,577
    Tokens
    36

    Latest Awards:

    Default

    Try:

    CREATE TABLE IF NOT EXISTS `usr_badge` (

    Instead of:

    DROP TABLE IF EXISTS `usr_badge`;
    CREATE TABLE `usr_badge` (

    etcetera...
    Kind Regards,

    Guy
    __________________

    Since 2007. Unbelievable Uptime. Web hosting, resellers, master resellers, linux VPS, windows VPS, shoutcasts, at the lowest prices on the net.
    Tech-Hosts.co.uk.


  5. #15
    Join Date
    May 2006
    Posts
    1,797
    Tokens
    0

    Latest Awards:

    Default

    Thanks guy, got it working now xxxx

    Thanks for all the help guys
    Coming and going...
    Highers are getting the better of me

  6. #16
    Join Date
    Jul 2008
    Location
    Hastings, UK.
    Posts
    2,050
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by iUnknown View Post
    Try:

    CREATE TABLE IF NOT EXISTS `usr_badge` (

    Instead of:

    DROP TABLE IF EXISTS `usr_badge`;
    CREATE TABLE `usr_badge` (

    etcetera...
    Dump the SQL and try to re-add..

Page 2 of 2 FirstFirst 12

Posting Permissions

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