Log in

View Full Version : hello message



jimbomac
09-05-2006, 05:39 PM
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!..
:o

AbelaJohnB
09-06-2006, 12:30 AM
PHP uses the function:

header()

for redirect.

see: http://www.php.net/header/