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" /> Quote 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. Quote 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'] Quote 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. Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.