|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Lose your application development headaches. Start developing and deploying applications with Advantage Database Server today. Download a 30-day trial for Free!
|
|
#1
|
|||
|
|||
|
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! |
|
#2
|
|||
|
|||
|
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...
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
![]() |
| Viewing: Dev Shed Forums > Other > Project Help Wanted > search result tag grab |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|