SA-MP Forums Archive
[MySQL]Help +rep - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [MySQL]Help +rep (/showthread.php?tid=536545)



[MySQL]Help +rep - ManGoe - 10.09.2014

https://sampforum.blast.hk/showthread.php?tid=381573
I cant fix dat;
PHP код:
( ! ) Parse errorsyntax errorunexpected '$_Connection' (T_VARIABLEin C:\wamp\www\connection.php on line 33
Call Stack
#    Time    Memory    Function    Location
1    0.0020    256888    {main}( )    ..\checkcreds.php:



Re: [MySQL]Help +rep - arakuta - 10.09.2014

Check if there isn't missing a semi colon at the above line


Re: [MySQL]Help +rep - DobbysGamertag - 10.09.2014

PHP код:
$_UsersTable "playerinfo"
You missed ;

Edit;

Don't use mysql_* i suggest using mysqli_* or PDO. mysql_* has been depreciated for a while now.


Re: [MySQL]Help +rep - ManGoe - 10.09.2014

Let my try


Re: [MySQL]Help +rep - Leroytjuh - 10.09.2014

Did that work?


Re: [MySQL]Help +rep - ManGoe - 11.09.2014

Nope