Finishing code in PHP with semicolon
Finishing piece of code in PHP is done by putting a semicolon. Some sections of code in PHP do not require semicolons. For example loops or if statements do not require semicolons, because these are not executable code, but code flow logic.
Comments
Post a Comment