|
Posted by Deep on 05/09/05 15:51
Hi,
Where are the dollar signs before seatnum, seat1 etc
in the if condition.
...Deeps..
--- Anasta <neretlis@westnet.com.au> wrote:
> 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';
> }
> ?>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony
Navigation:
[Reply to this message]
|