This solution shows March instead of February too...
<?php
$last_month_time = mktime(0, 0, 0, date("m")-1, date("d"), date("Y"));
$last_month = date('F', $last_month_time);
echo "$last_month";
?>
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.