6 out of 11 rated this helpful - Rate this topic

Create a PHP page

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.