Sorry, there is a problem with your username. You must Log in to view this page.
"); exit(); } $Project_Name = $_POST['Project_Name']; $dbcnx = @mysql_connect('mysql.plainhost.com', 'ecosmar_ecosmart', 'ecoman1'); ?>Delete Project | Project | All Projects |
Project Name: |
mysql_select_db('ecosmar_friendly', $dbcnx);
$into = @mysql_query("DELETE FROM task WHERE usrn='$usrn' AND ID='$ID' LIMIT 1");
if (!$into) {
echo(" Error Deleting Project. Error Deleting Actions. Error Deleting Notes. Project Deleted. "); }else{ echo("Error Deleting Project. |
Return All Projects |