Sorry the second "echo "Hello world";" was meant to have no semi colon

Just so you know, PHP allows the last command in a section to not have a semi-colon. Therefore the code


<?
echo "Hello world"
?>

would not cause an error message. If you're trying to purposefully cause an error, you'll need to change your trigger.


Larry


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to