Jeff,

If you're using mssql, as I suppose you are, you need to use

mssql_fetch_array($result);

See the mssql functions on www.php.net. There are a lot of good beginning
there.

-Flint

-----Original Message-----
From: Jeff Howard [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 12:36 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] How do you step through a database?


I've used Visual Basic for years and have never had a problem with this
issue.  I can use the following code to do this:

do until (rs.eof)
...
rs.movenext
loop

Does anybody know how to step through a database in PHP?





-- 
PHP Windows 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]

-- 
PHP Windows 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