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

"); } $done = $_POST[done]; $act_up = $_POST['act_up']; $actstrip = stripslashes($act_up); $actstripe = str_replace ( "'", '’', $actstrip); $act_value = str_replace ( '"', '"', $actstripe); $dbcnx = @mysql_connect('mysql.plainhost.com', 'ecosmar_ecosmart', 'ecoman1'); ?>
 Action List   Project   All Projects       
Project Name: 
Action: 
Error Posting New Action.
" . 'Error: '. mysql_error(). '

'); }else{ echo("

New Action Posted.

"); } } $donecount = count($done); if($donecount < 1){ echo("No change to Action Status."); }else{ $i = 0; while($i < $donecount){ $up = @mysql_query("UPDATE task_action SET status='Done' WHERE ID='$done[$i]'"); if (!$up) { echo("

Error Changing Action Status.
" . 'Error: '. mysql_error(). '

'); }else{ $i = $i+1; } } echo("

$i Actions Updated.

"); } ?>