i have created a form with a submit button, but now i need to redirect after is sumited to a message such as...thanks for your....info ...! or so.. in the sane window
and a closed button in the same window after
need some help!..
![]()
i have created a form with a submit button, but now i need to redirect after is sumited to a message such as...thanks for your....info ...! or so.. in the sane window
and a closed button in the same window after
need some help!..
![]()
PHP uses the function:
header()
for redirect.
see: http://www.php.net/header/
Bookmarks