Archive for php

  1. Order Posts by Meta Value Numbers in Wordpress The following changes work on Wordpress version 2.8.*, prior version will need a slightly different change. A brief background first. I n...
  2. Creating a PHP Verification Image You will need to have GD library loaded on your server, and you should be using PHP4+. To check to see if you have either of these runni...
  3. Optimizing PHP & SQL Commonly we see php being used as an interface between the client and the database providing the information. Very few implementations ut...