Dr. Andrew Besmer
http://localhost/myFile.php
php myFile.phpPHP is an interpreted language
<?php?><?php
//PHP mode
?><!DOCTYPE html>
<html>
<head>
<title>First App</title>
</head>
<body>
<?php echo "Hi CSCI Students!"; ?>
</body>
</html>
;2*/<?php
/*
echo 'This will not end well!'; /* Do you see the problem? */
*/
0x00BAB10C
$uberBlock
$$camelCasedForReadability$this is a reserved variable (more later)
Comments
///*to start them and*/to end them#can also be used but seldom is