Home › Forums › Back End › Php query insert to › Re: Php query insert to
July 26, 2012 at 9:01 am
#106822
Participant
I found a solution, I still doubt whether this is the ideal solution.
$email = mysql_real_escape_string($_POST);
$mysqli->query("INSERT INTO coming_soon_emails (ip, email) VALUES ( '$ip', '$email')");
If you have an alternative, let me know. Tnx U very much
Mario