error . “)”);
}
else
{
// Your code here to handle a successful verification

}
}

// Insert form data into table
$con = mysql_connect(“localhost”,”clucampa_CLU”,”caseypie4236″);
if (!$con)
{
die(‘Could not connect: ‘ . mysql_error());
}

mysql_select_db(“clucampa_CB”, $con);

$sql=”INSERT INTO review (pType,pCat,product,url,pros,cons,cost,covered,revUser,email)
VALUES
(‘$_POST[pType]’,’$_POST[pType]’,’$_POST[product]’,’$_POST[url]’,’$pros_clean’,’$cons_clean’,’$_POST[cost]’,’$_POST[covered]’,’$_POST[userName]’,’$_POST[uemail]’)”;

if (!mysql_query($sql,$con))
{
die(‘Error: ‘ . mysql_error());
}

mysql_close($con);

}

?>


Our product reviews are for the users by the users – YOU!!! We want to know the good, the bad & the ugly. We also have an option to “submit a comment” (available below each product listing). Provide as much feedback as you like. Especially anything you wish you had known before making the purchase yourself. Thank you for your feedback.

Your Name:
Your Email: (this is for our records- this is not public)
Product Type:
Product Name:
Product Link:
Pros:
Cons:
Cost:
Was this product covered by insurance, medicaid, or a waiver program?
No
Yes
Click on the image to reload.
+=Add, -=Subtract, *=Multiply
Click to reload image

Your Product Review has been submitted. We will get it added to the main catalog as quickly as possible.

Thank you!

“;
}
?>