Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199807

[PHP3] "Next" command? From: Colin Viebrock (cmv <email protected>)
Date: 07/17/98

Is there a PHP equivalent to the perl "next"? i.e. how could I do
something like:

foreach $ln ( <email protected>) {
        next if $ln =~ /^\;/;
        next if $ln =~ /^@;/;
        if($ln =~ /\; serial/) {
                ......
        }

.........................................................................
Colin Viebrock Creative Director - Private World Communciations
cmv <email protected> http://www.privateworld.com
ICQ: 11386088

                                                 If I wanted it tomorrow,
                        I would have waited until tomorrow to ask for it!

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive: http://www.tryc.on.ca/php3.html