Help on a form confirmation page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Gimpy
Forum Commoner
Posts: 42
Joined: Tue Jun 14, 2005 1:12 am
Location: Fort Worth, TX, US
Contact:

Help on a form confirmation page

Post by Gimpy »

I need some advise folks.

I need the easiest and most secure way.

I have a form that passes the values from one form to a confirmation page and then have the confirmation page passes the values to another page to have it emailed. Would sessions or POST and GET be the most prudent?

Thanks in advance
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Sessions are the only option as far as I'm concerned.
Post Reply