I'm tired :)

-- Stewart

--- J Smith <[EMAIL PROTECTED]> wrote:
> 
> That will result in a parse error. I think you mean
> 
> if (in_array($row['id'], $selected_users)) { /* execute */ }
> 
> J
> 
> 
> 
> Stewart G. wrote:
> 
> > if ($row['id'] in_array ($selected_users)) { // execute }
> > 
> > =S.
> > 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

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

Reply via email to