Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2000121

Re: [PHP-DB] GOTO? From: Ulf Wendel (ulf.wendel <email protected>)
Date: 12/13/00

Louis Aslett wrote:
>
> Hi Julio,
>
> There is a GOTO construct which works much like many other languages, eg:
>
> if ($a == $b)
> goto END;
> .. code ..
> if ($c == $d)
> goto END;
> .. code ..
> END:
> .. more code ..

Hmm, the snippet does not work on my machine. Can you explain the syntax
a little better?

Ulf

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>