View Single Post
(#6 (permalink))
Old
d3iti's Avatar
d3iti d3iti is offline
Super Moderator
d3iti is on a distinguished road
 
Posts: 6,531
Join Date: Jul 2009
Location: Spain
Default 05-02-2012, 04:57 PM

The form is sent by pressing the button because we got to the "send_mail.php".

Would have to see what data is coming from the form.
Try adding the following lines at the beginning of the file "send_mail.php" (just for testing):

PHP Code:
echo "<p>Content POST:</p> ";
print_r($_POST);
echo 
"<p>Content REQUEST:</p> ";
print_r($_REQUEST); 


Recuerda realizar copias de seguridad de tus sitios web. Si este mensaje te ayudó puedes pulsar sobre el botón karma
Reply With Quote