i've made a database in phpMyadmin and loaded the SQL file for the database
and then i exported it into a PHP file and when i try to open it in localhost it says:
Parse error: syntax error, unexpected ')' in C:\wamp\www\tuturial\lostworld.php on line 16
I am not sure if that's the way to load the file.
So my question is if that is the way to load the file how to fix this annoying error popping here
and if there is another way to start the game how to do it
here is my way
1.downloaded the source file
2.Made a database on pHpMyAdmin
3.loaded the SQL file
4.Exported the whole database
5.saved it into C:\wamp\www\tuturial\lostworld.php
6.and went to localhost/tuturial/lostworld.php
Please tell me where i am wrong and how to fix this error !
