I thought about that while I was copying the code from the tutorial. I know a little C++, and it seemed wrong, but I let it go.
Thanks. "Terry Romine" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Do I see a semicolon at the end of the while? that won't work... > > On Monday, May 13, 2002, at 04:35 PM, Gurhan Ozen wrote: > > > while ($row = mssql_fetch_array($rs)) _;_ > > > should be > while ($row = mssql_fetch_array($rs)) > { > ... > } > > Terry Romine > Web Developer > JumpInteractive.com > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php