glenelkins Posted June 8, 2009 Share Posted June 8, 2009 Hi Is there a way to access the "title" param of: <input type="text" title="TITLE HERE" value="VLAUE HERE" /> Link to comment https://forums.phpfreaks.com/topic/161346-title-param-of-form-field/ Share on other sites More sharing options...
Alex Posted June 8, 2009 Share Posted June 8, 2009 Yes, and that's exactly how you do it. Link to comment https://forums.phpfreaks.com/topic/161346-title-param-of-form-field/#findComment-851443 Share on other sites More sharing options...
glenelkins Posted June 8, 2009 Author Share Posted June 8, 2009 what?? im asking how i access the "title" param from the $_POST array for this item. For example, the value would just be $_POST['field_name'] Link to comment https://forums.phpfreaks.com/topic/161346-title-param-of-form-field/#findComment-851445 Share on other sites More sharing options...
Adam Posted June 8, 2009 Share Posted June 8, 2009 No, title values aren't passed through the form. You could create a hidden input and pass it through that way, or read the file contents into a variable and use regex to select the title. Link to comment https://forums.phpfreaks.com/topic/161346-title-param-of-form-field/#findComment-851446 Share on other sites More sharing options...
glenelkins Posted June 8, 2009 Author Share Posted June 8, 2009 fair enough lol Link to comment https://forums.phpfreaks.com/topic/161346-title-param-of-form-field/#findComment-851449 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.