Packers
Registered Member
- Jan 31, 2011
- 77
- 7
Hey guys,
I can't see why the following isn't working on yahoo
If i remove the .*?<\/form> it finds the right thing. any ideas where i'm screwing up? Think it worked for google...
I can't see why the following isn't working on yahoo
Code:
preg_match_all('/<\s*form[^<>].*?name=[\'"]?(.*?)?[\s\'"].*>.*?<\/form>/',$data,$match);
If i remove the .*?<\/form> it finds the right thing. any ideas where i'm screwing up? Think it worked for google...