Thread: preg_match_all
View Single Post
Old 04-04-2008, 11:11 PM   #5 (permalink)
crazyryan
The Contributor
 
Join Date: Dec 2007
Posts: 27
Thanks: 0
crazyryan is on a distinguished road
Default

I think that may be why, I just used this:
preg_match_all('/<td class="code" id="(.*?)"><strong>(.*?)<\/strong>/', $page, $output);

Instead of the whole area I need and brought back the coupons but I need the other areas too.
crazyryan is offline  
Reply With Quote