Slight error
#1

FIXED
Reply
#2

You're querying the database, but you're not doing anything with the results.

mysql_store_result();
mysql_fetch_row();
mysql_free_result();

Look into those commands, or the alternatives for your MySQL plugin.
Reply
#3

FIXED
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)