Code: Select all
Parse error: parse error, expecting `','' or `')'' in /home/krunk/public_html/ghetto.php on line 12Code: Select all
Parse error: parse error, expecting `','' or `')'' in /home/krunk/public_html/ghetto.php on line 12Code: Select all
if(mysql_num_rows($result)){
$row = mysql_fetch_assoc($result);
echo 'Username: '.$row['username']."<br>\n";