Forward page on submit
I am submitting a page using php_self. When the user submits it is sending an email to a user. After the email is sent, I want to go back to the menu. So I have something like
isset(php_self)......
email fields
email function
then using header to redirect but I never leave the page. In my form, I have redirect as the name of a field and the value as index.php. I have tried to move this header to different parts with no success.
Dont have the code with me but can post later if needed.
