how to run php files
# 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
# 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
Created: 2024-04-03 Wed 20:17