Tag: simple php server

php

Simple PHP Server

Sometimes you need to write a small PHP script and run and see how it perform, such situations I’m sure you would be happy if you can instantly run the file instead of copying the files to a PHP server ( locally ). This can be easily achieved through the following command. 1. Go to […]

Imal Perera