Larry,

Thank you for responding.
... you want to be using mysql_fetch_assoc() instead...
Thank you, that helps me achieve what I need.

Or, better yet, use mysqli_ ... if you're running PHP 5 (which you are, right?
Yes, I am running PHP 5. However, this mysqli usage is clearly not as simple as replacing every instance of mysql_ with mysqli_.

I will look into it further and see if I can migrate to using mysqli_ somehow.

Thank you for the advice.

--
Dave M G

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

Reply via email to