Sorry, there is a problem with your username. You must Log in to view this page.
"); } $prod = $_POST[add_prod]; $prodstrip = stripslashes($prod); $prodstripe = str_replace ( "'", '’', $prodstrip); $prod_value = str_replace ( '"', '"', $prodstripe); $prod_break = nl2br($prod_value); $dbcnx = @mysql_connect('mysql.plainhost.com','ecosmar_ecosmart','ecoman1'); ?>Project Products | Project | All Projects |
Project Name: | |
Product: | |
mysql_select_db('ecosmar_friendly', $dbcnx);
$into = @mysql_query("UPDATE task SET product='$prod_value' WHERE ID='$ID' LIMIT 1");
if (!$into) {
echo(" Error Adding New Products. Project Product List Changed. "); } ?> |
Return All Projects |