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. 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. Link to comment https://forums.phpfreaks.com/topic/248574-quick-_post-question/#findComment-1276580 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.