[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 error: syntax error, unexpected '$_Connection' (T_VARIABLE) in C:\wamp\www\connection.php on line 33
Call Stack
# Time Memory Function Location
1 0.0020 256888 {main}( ) ..\checkcreds.php:0
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