On Wednesday 22 May 2002 01:45, Jas wrote:
> I don't think I am using the syntax correctly, I have been looking at this
> function on php.net and everything I have seen says my code should be
> working.

What version of php are you using? In PHP versions before 4.2.0 needle was not 
allowed to be an array.

> if (in_array(array ('.jpg', '.jpeg'), $types)) { //this is the error line
> (line 7)
>  print "jpg file"; }
> ?>
> And here is my error:
> Warning: Wrong datatype for first argument in call to in_array in
> upload_done.php on line 7

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Punning is the worst vice, and there's no vice versa.
*/


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

Reply via email to