Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Php query insert to Re: Php query insert to

#106822
webbeloz
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