Sorry, there is a problem with your username. You must Log in to view this page.
"); } $status = $_POST['new_stat']; if($status == 'Hot'){ $color = 'maroon'; }else{ $color = 'black'; } $dbcnx = @mysql_connect('mysql.plainhost.com', 'ecosmar_ecosmart', 'ecoman1'); ?>Project Status | Project | All Projects |
Project Name: | |
Status: | |
mysql_select_db('ecosmar_friendly', $dbcnx);
$into = @mysql_query("UPDATE task SET status='$status' WHERE ID='$ID' LIMIT 1");
if (!$into) {
echo(" Error Setting New Status. Status Updated. "); } ?> |
Return All Projects |