mike12255 Posted October 6, 2011 Share Posted October 6, 2011 I have data that is in a form right now being displayed in a textbox because I want the user to see the 'name' but the data that needs to be passed when submit is pressed is the id of the entity. So if I haveĀ <label id = "username" Value = "3"> Heintzman</label> can I use $_Post to retrieve that value once the form has been submitted because I dont want the data to be displayed in a textbox it looks ugly and isnt long enough for the text without editing. Quote Link to comment https://forums.phpfreaks.com/topic/248574-quick-_post-question/ Share on other sites More sharing options...
requinix Posted October 6, 2011 Share Posted October 6, 2011 No. But if you use a hidden input it will be. Quote Link to comment https://forums.phpfreaks.com/topic/248574-quick-_post-question/#findComment-1276580 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.