[PHP] need help with code

2009-03-21 Thread Chris Westbrook
I hate asking for help with simple code like this because I can usually figure it out, but I'm stumped on this one. I'm getting a parser error on line 13, whether I comment out the require_once line or not. Can you help? getRequestToken(); $reqToken = $tok['oauth_token']; $reqToke

[PHP] regular expressions or something else?

2006-04-11 Thread Chris Westbrook
I have a problem. I'm trying to get a Google search results page via snoopy and then display the links of the results it returns in an application. I know about the fetchlinks function in snoopy, but I'm having trouble getting the text between the and tags. Yeah, I know, I should use the G