clown[NOR] Posted April 10, 2007 Share Posted April 10, 2007 ok.. basicly i'm working on a registration form, but I want to make it a little bit more secure, and what I've heard is that if I send them to a confirm page first, it's a bit more secure... so what i've done now is that after the signup.php you get sent to confirm.php.. and I've checked.. all the variables prints out correctly.. and I've made a hidden form that stores all the info... but that's where it all stops for me =) I have 2 links called "Go back" and "Complete registration" how can I get the compreg.php to recive all info from confirm.php with no button, but only a link? TIA Link to comment https://forums.phpfreaks.com/topic/46515-solved-form-with-no-button-how-to-continue/ Share on other sites More sharing options...
pocobueno1388 Posted April 10, 2007 Share Posted April 10, 2007 You can use sessions to store the information... Link to comment https://forums.phpfreaks.com/topic/46515-solved-form-with-no-button-how-to-continue/#findComment-226365 Share on other sites More sharing options...
clown[NOR] Posted April 10, 2007 Author Share Posted April 10, 2007 dude... thanks... cant belive I didn't think of that...haha... again..thanks Link to comment https://forums.phpfreaks.com/topic/46515-solved-form-with-no-button-how-to-continue/#findComment-226368 Share on other sites More sharing options...
pocobueno1388 Posted April 10, 2007 Share Posted April 10, 2007 Lmao...don't worry, we all do it =D Link to comment https://forums.phpfreaks.com/topic/46515-solved-form-with-no-button-how-to-continue/#findComment-226369 Share on other sites More sharing options...
clown[NOR] Posted April 10, 2007 Author Share Posted April 10, 2007 true that... think it's because I'm just learning mysql.. I have most of my focus on that Link to comment https://forums.phpfreaks.com/topic/46515-solved-form-with-no-button-how-to-continue/#findComment-226372 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.