web 2.0

How to test first script PHP running

How to test first script PHP running After installing PHP . Test a first script simple syntax.

ShotDev Focus:
- Test a php script is running?

Example

hello.php


<?
echo "Sawatdee ShotDev.Com";
?>

Create a php file and save to path root-path/myphp/hello.php

Run
http://localhost/myphp/hello.php

Screenshot

PHP First Script

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (1 votes, average: 1.00 out of 10)
Loading ... Loading ...

Leave a Reply

You must be logged in to post a comment.