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: |
mysql_select_db('ecosmar_friendly', $dbcnx);
if($act_up == ""){
echo("No New Action");
}else{
$into = @mysql_query("INSERT INTO task_action SET Project_Name='$Project_Name',PID='$ID',action='$act_value',status='New',usrn='$usrn',dtnum='$dtnum'");
if(!$into){
echo(" Error Posting New Action. 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. $i Actions Updated. "); } ?> |
Return All Projects |