I've recently uploaded my game, but i keep encountering the following error:
''Parse error: syntax error, unexpected T_STRING in /home/aeandir/public_html/mysql.php on line 2 ''
When i look at the referred php document, everything seems in place...
<?php
$c = mysql_connect('localhost'aeandir_DB ',' editedthepassword'root', 'p1kap1ka');
mysql_select_db('aeandir_DB', $c);
$mykey=256573440;
?>
Help? :3