Hi Jacky,

@ 1:58:40 PM on 4/10/2001, Jacky@lilst wrote:

> Here I got this script:

> $queryoffers = "SELECT * FROM MiniOffers WHERE hotel_id = '$hotelID'
> ORDER BY start_date ASC";
> $resultofrs  = mysql_query($queryoffers, $connection) or die(mysql_error());

>   while($row = mysql_fetch_array($resultofrs))

Are you missing the opening curly brace in the actual code?

>      $IsAva = $row[6];
>      }
...


-Brian
--
 PGP is spoken here: 0xE4D0C7C8
 Please do not carbon copy me on list replies.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to