I have a form called "register" that i have set to post...on the form users enter basic info that gets inserted into a database -- i then send them to a thank you page that i want to do 2 thing first i want to say "thank you blah blah blah....you have entered the follwoing info :NAME: ... EMAIL: ..."
i thought <? echo $HTTP_POST_VARS['firstName']; ?> would display the entered info -- but i was wrong
what am i missing?
Secondly i want this page to email the info as well but if i can get the first part answered then the second shouldn't be a big deal right?
<signature>
sometime you just gotta say "WHAT THE @#*% !!"
</signature>
i thought <? echo $HTTP_POST_VARS['firstName']; ?> would display the entered info -- but i was wrong
what am i missing?
Secondly i want this page to email the info as well but if i can get the first part answered then the second shouldn't be a big deal right?
<signature>
sometime you just gotta say "WHAT THE @#*% !!"
</signature>