Results 1 to 5 of 5

Thread: help pls

  1. #1
    Join Date
    May 2007
    Location
    Brisbane, Australia
    Posts
    796
    Tokens
    0

    Default help pls

    Heyy, im using a system and i need help


    $sql3 = mysql_query("INSERT INTO users (id,name,password,rank,email,birth,hbirth,figure,s ex,mission,consolemission,credits,tickets,hand,bad gestatus,club,lastvisit,swimsuit) VALUES ('".$myid."','".$output."','".$password."','1','". $email."','".$day."-".$month."-".$year."','".$regdate."','".$figure."','".$sex."' ,'','','0','0','/','0,','0','".$date_full."','')") or die(mysql_error());


    thats the code for register now i want them to have 900 credits once they register can anyone please help

    Post the code with the 900credits register and ill rep

    PHP Code:
    $sql3 mysql_query("INSERT INTO users (id,name,password,rank,email,birth,hbirth,figure,sex,mission,consolemission,credits,tickets,hand,badgestatus,club,lastvisit,swimsuit) VALUES ('".$myid."','".$output."','".$password."','1','".$email."','".$day."-".$month."-".$year."','".$regdate."','".$figure."','".$sex."','','','0','0','/','0,','0','".$date_full."','')") or die(mysql_error()); 
    Moved by Hitman (Forum Moderator) from Designing & Development: This forum suits it better.
    Last edited by Hitman; 20-04-2008 at 08:38 AM.
    Thanks,
    Chris
    Free Image Uploading

    __________________


    [/url]

    [/FONT]

  2. #2
    Join Date
    Mar 2008
    Location
    Swindon, UK
    Posts
    1,274
    Tokens
    187
    Habbo
    :Ltd

    Latest Awards:

    Default

    Guessing this is for a retro loool

    .$sex."' ,'','','0','0','/','0,','0',' before.
    .$sex."' ,'','','900','0','/','0,','0',' after
    Hi, names James. I am a web developer.

  3. #3
    Join Date
    Jun 2006
    Posts
    4,832
    Tokens
    0

    Latest Awards:

    Default

    PHP Code:
    $sql3 mysql_query("INSERT INTO users (id,name,password,rank,email,birth,hbirth,figure,sex,mission,consolemission,credits,tickets,hand,badgestatus,club,lastvisit,swimsuit) VALUES ('".$myid."','".$output."','".$password."','1','".$email."','".$day."-".$month."-".$year."','".$regdate."','".$figure."','".$sex."','','','900','0','/','0,','0','".$date_full."','')") or die(mysql_error()); 
    Try that.

  4. #4
    Join Date
    May 2007
    Location
    Brisbane, Australia
    Posts
    796
    Tokens
    0

    Default

    Lol No its from a system that a retro uses i've just turned it into a Usersystem XD what gave it away?
    Thanks,
    Chris
    Free Image Uploading

    __________________


    [/url]

    [/FONT]

  5. #5
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by chrisgocrazyH View Post
    Lol No its from a system that a retro uses i've just turned it into a Usersystem XD what gave it away?
    Where it says figure and console mission.
    Lets set the stage on fire, and hollywood will be jealous.

Posting Permissions

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