php problem
php problem
- Started
- Last post
- 2 Responses
- scnc
i have a file upload script that works fine when its being used on one server but when i try using it on a different server it gives me the following message even though the paths and permissions are all correct.
any idea whats going wrong?
im totally stumped :(Warning: Variable passed to each() is not an array or object in /home/sites/site70/web/holdingpa... on line 57
Warning: Variable passed to each() is not an array or object in /home/sites/site70/web/holdingpa... on line 68
No files uploaded!
- ********0
Different version of PHP?
- scnc0
yeah i think thats the problem..ended up using a cgi script in the end...turned out to be less hassle :)
cheers!