Hi Al,

Tuesday, June 19, 2007, 1:46:47 PM, you wrote:

> preg_grep() or

> foreach($_POST as $value){

>         if(empty($value)) continue;
>         $good_stuff[] = $value;
> }

A classic case of not reading the post fully methinks.

Cheers,

Rich
-- 
Zend Certified Engineer
http://www.corephp.co.uk

"Never trust a computer you can't throw out of a window"

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

Reply via email to