Sorry, there is a problem with your username. You must Log in to view this page.
"); exit(); } $dtnum = $_GET['dtnum']; $chunk_dtnum = chunk_split($dtnum, 2, ':'); $chunk_arr = explode(":", $chunk_dtnum); $note_date = $chunk_arr[2].'/'.$chunk_arr[3].'/'.$chunk_arr[0].$chunk_arr[1]; $first_act = "".$note_date." - Project Opened"; $dbcnx = @mysql_connect('mysql.plainhost.com', 'ecosmar_ecosmart', 'ecoman1'); ?>Action List | Project | All Projects |
Project Name: | |
Action List:
mysql_select_db('ecosmar_friendly', $dbcnx);
$actit = @mysql_query("SELECT ID,PID,action,dtnum FROM task_action WHERE PID='$ID' AND status='New' ORDER BY dtnum");
if (!$actit) {
echo(' Error retrieving complete Action List. No New Actions "); }else{ echo("DONE" . " ![]() " . " $chunk_arra[2]/$chunk_arra[3]/$chunk_arra[0]$chunk_arra[1] - $act "); } } } $actdone = @mysql_query("SELECT ID,PID,action,dtnum FROM task_action WHERE PID='$ID' AND status='Done' ORDER BY dtnum"); if (!$actdone) { echo('Error retrieving complete Action List. $chunk_arra[2]/$chunk_arra[3]/$chunk_arra[0]$chunk_arra[1] - $act "); } } echo("$first_act "); ?> | |
New Action: | |