Jump to content

Fredrik

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Fredrik's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Also i get this error "Parse error: syntax error, unexpected ')' in /home/a5290991/public_html/pages/rankings.php on line 98" The code on line 98 is : <?php $i = $start; $sql = mysql_query("SELECT characters.name , characters.job , characters.level, characters.rebirths, accounts.loggedin, accounts.votingpoints FROM characters, accounts WHERE characters.accountid=accounts.id and characters.gm = 0 and accounts.banned = 0 ORDER BY characters.rebirths DESC, characters.level DESC LIMIT ".sql_injectionproof($start).", 10"); (**98**) while ($outcome = mysql_fetch_array($sql)) { ?>
  2. Hey im new to this site and I really need some help! This is the error i get "Parse error: syntax error, unexpected T_STRING, expecting '(' in /home/a5290991/public_html/pages/regaction.php on line 37" and when i go to that line on that page the code is this if (mysql_num_rows(SELECT * FROM accounts WHERE name = '".sql_injectionproof($_POST['account'])."'")) >= 1) { echo 'This account id already exists!'; $registered = false; Please whats wrong? im new to this and just editing a done website but need to get that to work! It's probably easy Tell me if you need to know more
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.