Are you getting any errors from PHP or mysql_errors?
Have you tried turning on the PHP error reporting with:
<?PHP
ini_set('error_reporting',E_ALL);
ini_set('display_errors','On');
?>
Daedal
Junior Poster in Training
76 posts since Apr 2008
Reputation Points: 23
Solved Threads: 12
Skill Endorsements: 3