Posted by Anasta on 05/05/05 19:04
What am i doing wrong here, the output is always 'empty' <?php $result = mysql_query("SELECT username FROM users WHERE seatnum='seat1'") or die(mysql_error()); if (seatnum == seat1) { echo username; } else { echo 'empty'; } ?>
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming