Do I need a trailing semicolon here?

kaire

New Member
Example:\[code\]<?php $formElement->display()?>\[/code\]Is this fine, or should I provide a ; ?Well I guess that the PHP interpreter is clever enough to see that the line is finished and the expression done because of the ?> at the end. Right?
 
Back
Top