canabatz Posted February 26, 2010 Share Posted February 26, 2010 Hi , im trying to read a source code of a page and i want to know what is between name="?" ,i want to find the ? name="how to read this?" how to do that? thabx Link to comment https://forums.phpfreaks.com/topic/193439-find-what-is-between/ Share on other sites More sharing options...
Adam Posted February 26, 2010 Share Posted February 26, 2010 You want to find the name attribute of what? You could use a regular expression, but you'd need to make it much more specific to find what you want. You'd probably be better off using the DOM extension.. Link to comment https://forums.phpfreaks.com/topic/193439-find-what-is-between/#findComment-1018399 Share on other sites More sharing options...
canabatz Posted February 26, 2010 Author Share Posted February 26, 2010 sorry , i want to find the value of input form after submit! value="?" how to find the ? thanx Link to comment https://forums.phpfreaks.com/topic/193439-find-what-is-between/#findComment-1018404 Share on other sites More sharing options...
Adam Posted February 26, 2010 Share Posted February 26, 2010 You'd need a way of identifying that input.. A name or ID would be helpful. Link to comment https://forums.phpfreaks.com/topic/193439-find-what-is-between/#findComment-1018407 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.