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"; ?> |
To create a new PHP page
Do one of the following:
On the File menu, point to New, and then click PHP.
On the File menu, click New. In the New dialog box, on the Page tab, click General, then click PHP, and then click OK.