Matt wrote:
----- Original Message ----- From: "Gary" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 27, 2002 2:00 PM Subject: [PHP] defining a variable
Don't just try to change 'address' to $row['address'] abve, because you haven't fetched the result yet, and it will be blank everytime. It needs to be in the fetch() loop.
Thanks, I tried it in the loop earlier and I forgot %s. It is always the little things that jump up and bite ya.
Thanks
Gary
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php