Terra Firma Theme Fix
Error in your word press after upgrade to 2.3 like array_key_exists()
Change in the terra firma theme index.php
<?php if ( in_category($AsideId) && !is_single() ) : ?>
To This:
<?php if ( $AsideID != ” && in_category($AsideId) && !is_single() ) : ?>
PHP Proper Redirect for Search Engines
How to do a permanent redirect using PHP.
Place this code at the top of your PHP page.
header(“HTTP/1.1 301 Moved Permanently”);
header(“Location: http://www.example.com/otherpage.php”);
exit();
Free PHP Code
Mailing List Software
Project Management Software
Billing Software
Dispatch Software
Job Costing Software
Expense Report Software
Real Estate Website PHP Version
Car Dealer Website
Free Maintenance Software
Free MySQL/PHP Online Content Management System
Basic Content Management with PHP/MySQL
Recruitment Agency Software
Free MySQL/PHP Content Management News System
Free PHP Content Management
Network Management
Simple Content Management
Display visitors IP in a dynamic graphic

Share your thoughts..