jessn Posted April 8, 2009 Share Posted April 8, 2009 I'm hoping you all can help me with something. I have a form for the user to fill out with some information. What I would like is when they fill in certain fields, the information that's entered there will be printed, or echoed, in the sidebar. So for example say they fill out a field called "domain url". When they fill that out the url they enter will show up in the sidebar. Sounds like a PHP thing but I'm not sure where to start. Would appreciate any advice! Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/153092-php-echo-information-in-a-form-field/ Share on other sites More sharing options...
Maq Posted April 8, 2009 Share Posted April 8, 2009 You need to submit the form to itself and get the POST variable from the input field. Can we see some relevant code? Quote Link to comment https://forums.phpfreaks.com/topic/153092-php-echo-information-in-a-form-field/#findComment-804181 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.