I'm trying to give PEAR a try and am currently following it's tutorial at:
http://pear.php.net/manual/en/package.database.db.intro-fetch.php

Now when I put this code into a PHP file I get a parse error on line 49
which has:

while ($row = $result->fetchRow()) {

I don't see what would cause the error, maybe the object syntax? I'm new to
PHP objects so little help.

~ Mike
-- 
Mike Zornek
Extreme geek in training
http://MikeZornek.com 

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

Reply via email to