Forum: PHP Feb 10th, 2005 |
| Replies: 3 Views: 5,282 WWWWWWWEEEEEEEEEEEEEEE GOT it but thanks for your views anyway hope this can help somone out there. :lol: :lol: :eek: :p
<tr>(\r*\s*.*\r*\s)*?(\s*<.tr>) |
Forum: PHP Feb 9th, 2005 |
| Replies: 3 Views: 5,282 This grabs all the table rows but i only want to get one at a time anyone know how i can change this to only get the first row?
<tr>(\r*\s*.*\r*\s)*</tr> |
Forum: PHP Feb 9th, 2005 |
| Replies: 3 Views: 5,282 <tr>(\r*\s*.*\r*)*(</tr>)
This to me is what i think should find it but it don't work! :evil: |
Forum: PHP Feb 9th, 2005 |
| Replies: 3 Views: 5,282 Hi I’ve got some clients who have there products on several sits and don’t wish keep entering data for each site. So I want to do some screen scraping but I’ve been having a problem creating a lazy... |