Posted by "Chris Boget" on 08/03/05 18:53
> but there is a tons of code lines inside the loop and was thingking is > there any part in foreach function that can do that? something like: > foraech($results as $key => $value, skip(empty($value))) > { > // > } 'continue' is your friend. http://us3.php.net/manual/en/control-structures.continue.php thnx, Chris
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming