Sorry, there is a problem with your username. You must Log in to view this page.

"); } $month = $_POST['month']; if(strlen($month)< 2){ $month = '0'.$month; } $day = $_POST['day']; if(strlen($day)< 2){ $day = '0'.$day; } $year = $_POST['year']; $new = $year.$month.$day; $new_due = $new + 0; $dbcnx = @mysql_connect('mysql.plainhost.com', 'ecosmar_ecosmart', 'ecoman1'); ?>
 Project Due Date   Project   All Projects            
Project Name: 
Due Date:  $month/$day/$year"); ?>
Error Setting New Due Date.
" . 'Error: '. mysql_error(). '

'); }else{ echo("

Due Date Updated.

"); } ?>