Have an account? Sign in
Login  Register  Facebook
This Page is Under Construction! - If You Want To Help Please Send your CV - Advanced Web Core (BETA)
Quick Table of Contents
[Edit] Shell Syntax
PHP also supports an alternative to the C++-style single-line syntax, known as shell syntax, which is prefaced with a hash mark #. Revisiting the previous example, I’ll use hash marks to add some information about the script:
<?php
# Title: My first PHP script
echo "This is a PHP program.";
?>
October 14, 2011