How to Run Php Program in Linux Terminal
To run a php page is easy in Linux Os . first of all u need to install
Apache server then only we can able to run the php program in linux or u can
install Linux Apache MySql and PHP
(LAMP).
PHP : "php -f filename.php" will run filename.php.
Eg: php -f myphppgm.php
myphppgm.php
No comments:
Post a Comment