how to run php files

Table of Contents

# return generated html
php /path/to/file

# run a server with the php files in the directory
cd /php/directory
php -S 127.0.0.1:8090

Backlinks

php

php is a scripting language usually used for web application

Author: Linfeng He

Created: 2024-04-03 Wed 20:17