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: echo("$month/$day/$year"); ?> | |
mysql_select_db('ecosmar_friendly', $dbcnx);
$into = @mysql_query("UPDATE task SET due='$new_due' WHERE ID='$ID' LIMIT 1");
if (!$into) {
echo(" Error Setting New Due Date. Due Date Updated. "); } ?> | |
Return All Projects |