faqts : Computers : Programming : Languages : PHP : kms : General

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

3 of 5 people (60%) answered Yes
Recently 2 of 3 people (67%) answered Yes

Entry

Does PHP support C-syntax if statements without braces?

Jul 8th, 1999 17:59
Nathan Wallace, Rasmus Lerdorf


if(condition) statement; else statement;

works fine in PHP.