Helpful Information
 
 
Category: Project Help Wanted
search result tag grab

I need more help if poss.
Does anyone have code for grabbing the results of a web search between the tr symbols?

I wait in hope!

mmmm. this is not really the correct forum for this. "project help wanted" is for looking for programmers to hire etc i think.

your question is language specific.

most languages support regexps, so this is an answer i can give in this forum without being flamed to death i think. ;)

...
$s=preg_replace('%.*<tr>%s','',$s);
$s=preg_replace('%</tr>.*%s','',$s);

would be one php way to do it. maybe you need to add backslashes before the "<"s and ">"s...










privacy (GDPR)