Hello to all the gurus out there!
Today Icame across to a very strange error:
"1064:You have an error in your SQL syntax near '' at line 1", but the sql statement is an ordinary one - "select id,name,dep,pos,email from users where id=$i".
I used both mysql_db_query() func. and and the long analog - mysql_select_db(); mysql_query().The database server is MySQL 1.2.23.
Please help me, I feel extremely helpless!
Thaks in advance!
Djumaka.