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