The new OOP features in PHP 5 offer new features for constructors and destructors. Learn how to write almost any kind of constructor for your PHP 5 classes.
Tags : PHP 5
Validate and sanitize user input in PHP applications using the Filter extension, an official part of the PHP distribution as of the 5.2.0 release.
Tags : PHP 5, Security practices
PHP does not natively support custom tags, but that shouldn't stop you. Learn how to use custom components into your PHP development using the PRADO framework.
Tags : PHP 5, framework, components
New data confirms that PHP developers have differing tastes when it comes to their operating system of choice for development and for deployment.
Tags : open source, PHP 5, Zend, Windows, Mac OS X
By focusing on stability and security, the PHP team has introduced more than 100 bug fixes and tweaks to the overall framework in version 5.3.1.
Tags : PHP, PHP 5, security, denial of service, Namespaces
Explore various toolkits that are available and examine the best ways to create web services in your PHP applications.
Tags : PHP, PHP 5, Web services, programming, SOAP