Developer Forums | Newsletter Signup | About Us | developerworks Latest | Site Map
Search  
HOME > PHPMANUAL


Sponsors






Web Host
site hosted by netplex

Online Manuals

Instruction separation

Instructions are separated the same as in C or Perl - terminate each statement with a semicolon.

The closing tag (?>) also implies the end of the statement, so the following are equivalent:

<?php
    echo "This is a test";
?>

 <?php echo "This is a test" ?>

Copyright 2004-2008 GrindingGears.com. All rights reserved. Site hosted by NETPLEX