12.02.2014, 15:37
That echo's ALL names in the database. What i want is that when you click a name the Header changes to ?p=Topscores&Name=EXAMPE it shows the stuff about that particular account with that name.
Edit i think its in this line:
Because Name is not an int. I dont know how to change it though :S
Edit i think its in this line:
PHP код:
$page = mysqli_escape_string($mysql, (int)$_GET['Name']); // let's make sure that we just get the integer and not a attempt to do sql injection