Whoopssss
I did a copy and paste and didn't notice it.. 
Thanks Terry, and that should solve the problem.. 
I haven't even noticed that.. 
Benjamin try it without the semicolon ...

Gurhan 

-----Original Message-----
From: Terry Romine [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 13, 2002 5:41 PM
To: Gurhan Ozen
Cc: Benjamin Walling; [EMAIL PROTECTED]
Subject: Re: [PHP-DB] mssql_fetch_array not working?


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

Reply via email to