SEARCH

Archive for March, 2013

Apache Password Protect Video 0048

Friday, March 15th, 2013

A Video for the Ojambo.com Apache Password Protect article.
Part One of One

(more…)

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

PHP Password Protect Alternative To Apache .Htaccess

Wednesday, March 13th, 2013

PHP Alternative To Apache .Htpasswd

Web developers can perform HTTP authentication using PHP. The web server files can be password protected without using Apache’s .htaccess. PHP’s HTTP authentication requires a minimum of version 5.1.

One PHP file can handle the authentication. The PHP header function is is used to request a username and password.

(more…)

Tags: , , , ,
Posted in Tips & Tricks | 1 Comment »

PHP Mobile Device Detect Video 0047

Friday, March 8th, 2013

A Video for the Ojambo.com PHP Mobile Device Detect 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 »