wenxi Posted June 12, 2007 Share Posted June 12, 2007 how to retrieve values from disabled text field? Link to comment https://forums.phpfreaks.com/topic/55286-unable-to-retrieve-values-from-disabled-text-field/ Share on other sites More sharing options...
GingerRobot Posted June 12, 2007 Share Posted June 12, 2007 Exactly the way you normally would. All disabling a text field does is prevent the user from inputing data. Just get it from the post or get arrays, depening on the method of your submission. Link to comment https://forums.phpfreaks.com/topic/55286-unable-to-retrieve-values-from-disabled-text-field/#findComment-273259 Share on other sites More sharing options...
smc Posted June 12, 2007 Share Posted June 12, 2007 value="<?php echo $myVar; ?>" Link to comment https://forums.phpfreaks.com/topic/55286-unable-to-retrieve-values-from-disabled-text-field/#findComment-273262 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.