mysql problem
#1

PHP код:
mysql_format(Mysql,q,sizeof(q),"SELECT * FROM `players` WHERE `Username` = `%e` LIMIT 1",name); 
PHP код:
(error #1054) Unknown column 'LOOOL' in 'where clause' 
Reply
#2

Get rid of the backticks around the column names. They're completely unnecessary. String are wrapped in single quotes ('), not backticks (`).
Reply
#3

exmple please
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)