Re: [PHP-WIN] While not working

2001-04-20 Thread Johannes Janson
Hi, > if (!$mbox): > echo "Ooopsss !!! Por favor se você é assinante da ParaisoNet, tente > novamente. Caso contrário clique aqui."; > exit; > endif; puuuh, this alternative syntax is not very readable. > // here is the while command. But the $id variable get zero (0) , and it > should get the

Re: [PHP-WIN] While not working

2001-04-19 Thread MD
you have a colon instead of a semi colon. (:,;) also, if u continue having problems, use mysql_fetch_row instead of mysql_fetch_array mike ""Danilo Meles"" <[EMAIL PROTECTED]> wrote in message 001801c0c8fd$3e9272c0$23cecac8@BLUE">news:001801c0c8fd$3e9272c0$23cecac8@BLUE... > Hy There; > > I'm t

[PHP-WIN] While not working

2001-04-19 Thread Danilo Meles
Hy There; I'm trying to get a string from one table in my db. I'm using while to get get this data. But it's not working: Please see the following code , In the while tag I'm trying to get the USER_ID from my table, but it returns zero instead. What I'm doing wrong??? Thanks for a while !! Dan