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

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator