The two most common ways to start and finish a PHP script are: 1. <?php [ --- PHP code---- ] ?> 2. <? [--- PHP code ---] ?> Post navigation How do you execute a PHP script from the command line? How can we display the output directly to the browser?