Greeting ---
I was handed a broken form that contain:

IF (cond):

.........

ELSEIF:

......
ENDIF:


My Questions are:
1. Is this type of "IF:" code block valid in PHP4.x.x?
2. Shouldn't  it be --

IF (cond):
ELSE:

or maybe

IF (cond):
ELSEIF (cond):
ELSE:

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

Reply via email to