Create a PHP page
Expression Studio 3.0
A PHP script block must begin with <?php and end with ?>. A PHP script block can appear anywhere in a PHP file.
The following is an example of a PHP script block:
<?php echo "Hello World"; ?>