Start PHP webserver (in current directory):
php -S localhost:8080 # starts http server on port 8080
Start PHP prompt (with illustrating example):
php -a php > echo base64_decode('QWxhZGRpbjpvcGVuIHNlc2FtZQ=='); Aladdin:open sesame
trying stuff with code
Start PHP webserver (in current directory):
php -S localhost:8080 # starts http server on port 8080
Start PHP prompt (with illustrating example):
php -a php > echo base64_decode('QWxhZGRpbjpvcGVuIHNlc2FtZQ=='); Aladdin:open sesame
Leave a Reply
You must be logged in to post a comment.