Shepy87 Posted May 14, 2011 Share Posted May 14, 2011 Ok I have a form that will include some text boxes and two sliders where numbers can be selected. When a user clicks submit I want it to take them to a solutions page based on what numbers they have selected. I'm finding it hard to explain what I'm trying to do so heres an example of what I would like. http://www.cleardebt.co.uk/#help It will be a form like that which links to a solution. If someone could please tell me what I need to do or have a tutorial of something similar it would be a great help for me to start. Quote Link to comment https://forums.phpfreaks.com/topic/236430-form-with-solution/ Share on other sites More sharing options...
QuickOldCar Posted May 14, 2011 Share Posted May 14, 2011 What you are trying to find out is called a fragment in the url. Here explains how to do it. http://stephenmcintyre.net/blog/fragment-anchor-php/ Alternately you can use forms with a button, hidden field, GET or POST Some examples are here. http://www.w3schools.com/php/php_get.asp http://www.w3schools.com/php/php_post.asp http://www.tizag.com/phpT/postget.php Quote Link to comment https://forums.phpfreaks.com/topic/236430-form-with-solution/#findComment-1215531 Share on other sites More sharing options...
Shepy87 Posted May 14, 2011 Author Share Posted May 14, 2011 Thanks for much for the reply, I will have a look at the links now. Quote Link to comment https://forums.phpfreaks.com/topic/236430-form-with-solution/#findComment-1215542 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.