SEARCH

Posts Tagged ‘Development’

PHP Web Development Without Web Server Video 0052

Friday, April 12th, 2013

A Video for the Ojambo.com PHP Web Development Without Web Server article.
Part One of One

(more…)

Tags: , , , , , , ,
Posted in Tips & Tricks, Videos | No Comments »

PHP Web Development Without Web Server

Wednesday, March 6th, 2013

Web Development Using PHP’s Built-in Web Server

Web developers can utilize the PHP’s built-in web server. The web server is intended for development purposes only. PHP’s built-in web server requires a minimum of version 5.4.

The CLI SAPI provided the built-in web server which is started on the command line. URI requests are served from the current working folder where PHP command was executed.

(more…)

Tags: , , , , ,
Posted in Tips & Tricks | 7 Comments »