eristic Posted May 26, 2008 Share Posted May 26, 2008 Hello! I need some help. First: I would like to create a simple form that, when entered, the information appears on another page. Second: I would like that information added to by numerous visitors. Third: I would like the information randomized and anonymous. Thanks! eristic Link to comment https://forums.phpfreaks.com/topic/107322-creating-a-randomize-form-answer/ Share on other sites More sharing options...
trq Posted May 26, 2008 Share Posted May 26, 2008 And you are stuck where? Link to comment https://forums.phpfreaks.com/topic/107322-creating-a-randomize-form-answer/#findComment-550256 Share on other sites More sharing options...
pocobueno1388 Posted May 26, 2008 Share Posted May 26, 2008 What's the question? We are here to guide you, not write code for you. Lets work on your first task http://www.tizag.com/phpT/forms.php Link to comment https://forums.phpfreaks.com/topic/107322-creating-a-randomize-form-answer/#findComment-550257 Share on other sites More sharing options...
ILYAS415 Posted May 26, 2008 Share Posted May 26, 2008 First <form action="anotherpage.php" method="POST"> FORM STUFF HERE </form> Second No idea what you mean. Please rephrase. Third I don't know what it is your trying to exactly do. Needs more explaining. Link to comment https://forums.phpfreaks.com/topic/107322-creating-a-randomize-form-answer/#findComment-550258 Share on other sites More sharing options...
eristic Posted May 26, 2008 Author Share Posted May 26, 2008 I know you're not here to write code for me. I'm just completely lost. I know how to put a form together, but how do I get the form answer to be written on another page? The most important goal is to randomize the information with each page refresh, so that no single response is at the top. Thanks, eristic Link to comment https://forums.phpfreaks.com/topic/107322-creating-a-randomize-form-answer/#findComment-550280 Share on other sites More sharing options...
pocobueno1388 Posted May 26, 2008 Share Posted May 26, 2008 I know how to put a form together, but how do I get the form answer to be written on another page? If you go to the link I gave you, it shows you exactly how to do that. It sounds like your going to want to write the information to a database as well. That way you can do a query that will randomly display the information. Link to comment https://forums.phpfreaks.com/topic/107322-creating-a-randomize-form-answer/#findComment-550289 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.