derekstattin
asked on
Problem with submission and php email
I have a script that sends email - please see bayparkcapital.com/sendInl ineEmail.p hp
The script works in fine when it is posted alone, but when I include it in the home page, fill out the form and submit, I get bayparkcapital.com/receive d. I am not sure why. I don't have anything in the script that says to do this. Is received default html? Do you have any suggestions on how to get this to work?
right now I am using <form method="post" action="<?php $_SERVER["PHP_SELF"]?>">
Please help
The script works in fine when it is posted alone, but when I include it in the home page, fill out the form and submit, I get bayparkcapital.com/receive
right now I am using <form method="post" action="<?php $_SERVER["PHP_SELF"]?>">
Please help
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.