Nexen.net: PHP statistics for March 2007
Nexen.net has posted the latest PHP statistics for the month of March 2007 today including the PHP version distribution, the usage of different versions of PHP, PHP 5 adoption by country, and much...
View ArticleProPHP Podcast: Ramblecast 2.0
The "Ramblecast" from this year's php|tek 2007 conference has been edited and poasted by the guys over at the Pro::PHP Podcast. Guests for this edition of the RambleCast included: Paul Reinhimer Sean...
View ArticlePear-Code-Authors.com: Installation of a local PEAR copy on a shared host
Jacques Marneweck points out a tutorial he came across showing how to perform an installation of the PEAR library system on a shared host. This is quite useful when you are forced into using a...
View ArticleCognify.com: Write Your Own Virtual Host Control Panel - Part 1
Mark Kimsal has posted part one of a new series he's working up on creating a virtual host control panel by pairing with PHP a few other technologies. I still come across a person now and then who...
View ArticleKae Verens' Blog: Hosting multiple sites from the same CMS engine
Kae Verens has a few tips to help simplify your life with your current content management system by using one code base to run multiple sites. I haven't studied how other engines do it, but here's how...
View ArticleSitePoint Web Tech Blog: How to Test Multiple Websites on One PC With Apache...
On the SitePoint.com Web Tech blog, Craig Buckler explains how you can test multiple PHP/MySQL/Apache websites on your local machine without having to change your Apache configuration each time - the...
View ArticleDevShed: Validating URL Protocols, Hosts and Paths with Filters in PHP 5
DevShed continues their validation series today with this new tutorial, a look at validating URLs, host and paths with the filter extension bundled with PHP. Validation process performed on URLs [in...
View ArticleCodeForest.net: Multiple virtual hosts in WAMP
On CodeForest.net there's a new tutorial showing you how to set up a WAMP (Windows/Apache/MySQL/PHP) server that uses multiple virtual hosts. Virtual hosting is a method for hosting multiple domain...
View ArticleLdeveloper Tech Blog: PHP - Fatal error: Uncaught SoapFault exception: Could...
On the Ldeveloper Tech Blog today there's a helpful new post about an error PHP's SOAP extension could throw about not being able to connect to the host despite all settings being correct. I receive...
View ArticleHasin Hayder's Blog: Developing PHP applications in the cloud with free cloud...
Hasin Hayder has put together a list of cloud hosting providers that are already set and ready to go for PHP applications. His list highlights a few of the free ones. I will be focusing on some of...
View Article