antonyjohn Posted August 13, 2007 Share Posted August 13, 2007 how to get value from a dynamically created textbox using php Link to comment https://forums.phpfreaks.com/topic/64640-how-to-get-value-from-a-dynamically-created-textbox-using-php/ Share on other sites More sharing options...
o3d Posted August 13, 2007 Share Posted August 13, 2007 You would use the same method as a static variable. Only difference is you will not be able to view the source of the page on the client. $_POST['var1'] or $_GET['var1] Link to comment https://forums.phpfreaks.com/topic/64640-how-to-get-value-from-a-dynamically-created-textbox-using-php/#findComment-322269 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.