<<<<Restricted Area>>>>" . "
Problem with your username. Please Log In again.

"); exit(); } $Project_Name = $_POST['Project_Name']; if($Project_Name == ""){ echo("

<<<< Input Error >>>>" . "
Please go back and enter a Project Name.

"); exit(); } $month = $_POST['month']; $day = $_POST['day']; $year = $_POST['year']; $duet = $year.$month.$day; $due = $duet + 1; $contact = $_POST['contact']; $status = $_POST['status']; if($status == 'Hot'){ $color = 'maroon'; }else{ $color = 'black'; } $conrip = explode(' ',$contact); $CID = $conrip[0]; $first_Name = $conrip[1]; $Name = $conrip[2]; $prod = $_POST['product']; $prodstrip = stripslashes($prod); $prodstripe = str_replace ( "'", '’', $prodstrip); $prod_value = str_replace ( '"', '"', $prodstripe); $prod_break = nl2br($prod_value); $action = $_POST['action']; $note = $_POST['note']; $notestrip = stripslashes($note); $notestripe = str_replace ( "'", '’', $notestrip); $note_value = str_replace ( '"', '"', $notestripe); $note_break = nl2br($note_value); ?>
 New Project  All Projects       
 Create New Project?
Project Name:  Due Date:  / /
Contact:   Status: 
Product:
Action: 
Note: