Wordpress Logo

PHP

Wordpress Logo
Introduction WordPress, as a platform, has moved from only being a blogging platform, to a platform for a wide variety of websites. One major reason for this, is how easily WordPress can be... Read More
 
phpmaster
on PHPMaster, we present tutorials on protecting yourself from cross-site scripting attacks, using Redis with the Predis library, understanding REST, using an Access database with PHP, and working... Read More
 
Screen shot 2012-05-03 at 3.37.51 PM
” … Just as PHP and MySQL have grown from the young upstarts of the web development world into mature, stable platforms for billion-dollar businesses, this book that I’ve been writing... Read More
 
php-mysql
Kevin Yank’s done it again! He’s just completed a new 2012 edition of his best-selling book (Build Your Own Database Driven Web Site, 4th Edition) which is now titled - PHP &... Read More
 
 
phpmaster
Over on PHPMaster we've covered tutorials on deploying your apps with Phing, how to give your first PHP presentation, maintaining your server from the command line, and plenty more.Read More
 
It's time to read all the great articles we've just published at PHPMaster, on topics as diverse as testing, software application services, and freelancing, as well as an explanation on how to pump... Read More
wordpresslogo.png
In this tutorial Vladislav walks us through how to validate forms in WordPress by creating a simple plugin.Read More
 
Over at PHPMaster, we're looking into Role Based Access Control, using pChart with Google Analytics, integrating data mappers into a domain model, error logging with MongoDB and Analog, and more.Read More
 
Powered by the PHP framework
PHP 5.4 has finally been released. Craig looks at the what's new, improved and removed.Read More
 
phpmaster
Are you up to speed with Phar, WordPress plugin debelopment, building web services using PHP and SOAP, the Observer Pattern, and persistence agnosticism?Read More
 
phpmaster.
Stay ahead of the crowd by checking out the latest and greatest in the world of PHPRead More
 
631-psuedo-random-php
Craig explains how you can write your own random number generator in PHP - and why you'd want to do that given that PHP has its own random generation functions.Read More
 
Thumbnail
For many years I used a code editor that is now discontinued by its developers, and the introduction of HTML5 and CSS3 led me to look for an editor that supports the new tags and properties. In this... Read More
 
Thumbnail
Web applications usually follow a synchronous communication model. However, non-interactive and long-running tasks (such as report generation) are better suited for asynchronous execution. One way... Read More