Alex Hogan <mailto:[EMAIL PROTECTED]>
    on Wednesday, February 18, 2004 2:06 PM said:

> Do I have something wrong with my syntax?
> 
> Is there an easier way to do this?

i don't know the answer to either of those questions but if it's
complaining of an undefined index you might want to try print_r() and
see what's actually stored within rs[] each pass through the loop.

even better would be to look up the mssql functions and see if there is
one that can turn your entire result set into an array with both
numerical and text indices. then you can print_r() the entire array and
see what's going on.



hth,
chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to