03-26-2009, 05:11 PM
|
#7 (permalink)
|
|
The Gregarious
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
|
Quote:
Originally Posted by stewart
Code:
mysql_query( "SELECT `salt` FROM `users` WHERE `username`='beezm';" , self::getLink() ) or die(mysql_error());
O_O
It's making me want to bash my head in >.< lol
|
I don't think you're suppose to have a semi colon there in the select statement??
mysql_query( "SELECT `salt` FROM `users` WHERE `username`='beezm'" , self::getLink() ) or die(mysql_error());
|
|
|
|