Login Register






need help searching a webpage filter_list
Author
Message
need help searching a webpage #1
so i need a little help, i need to be able to search a webpage for specific content, in this case i need to look through the source and if it finds the content - <input class="input" type="text" name="search">

then it to print back, webpage has a search box, how do you search for he string of text.
[Image: 6caf54.gif]

Reply

RE: need help searching a webpage #2
are you aiming at 1 specific site or more kind of a general function?
a solution would be to loop trough the elements.

Reply