Learning & Integrating web technology and code help directory

How to test first script PHP running

No comments
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

  1. <?  
  2. echo "Sawatdee ShotDev.Com";  
  3. ?>  
Create a php file and save to path root-path/myphp/hello.php
Screenshot
PHP First Script

No comments :

Post a Comment