On Tuesday 18 February 2003 12:27, Lynn wrote:
> Could anyone please tell me what a valid argument would be in this script?
>
>
> error message
> Warning: Invalid argument supplied for foreach() in
> /home1/domains/$domain/htdocs/image.php on line 334

foreach needs an array.

var_dump($retVal) to see what you really have.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Do your part to help preserve life on Earth -- by trying to preserve your own.
*/


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

Reply via email to