antonyjohn Posted August 13, 2007 Share Posted August 13, 2007 how to get value from a dynamically created textbox using php Quote 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] Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.