This is occurring because the form action uses $php_self
(note PHP_SELF) which is using the variables from the page
load in most cases, which in this case is mail_sent. I
think this shouldn't be too difficult to fix.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=620333
This is occurring because the form action uses $php_self
(note PHP_SELF) which is using the variables from the page
load in most cases, which in this case is mail_sent. I
think this shouldn't be too difficult to fix.