944,209 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 7875
  • PHP RSS
Feb 9th, 2005
0

Looking for table rows with Regular expression.

Expand Post »
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 regular expression that will allow me to put each table row from the html into an array.

If anyone had done this any help would be appreciated
:rolleyes:
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Mayhem50 is offline Offline
4 posts
since Feb 2005
Feb 9th, 2005
0

Re: Looking for table rows with Regular expression.

<tr>(\r*\s*.*\r*)*(</tr>)

This to me is what i think should find it but it don't work! :evil:
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Mayhem50 is offline Offline
4 posts
since Feb 2005
Feb 9th, 2005
0

Re: Looking for table rows with Regular expression.

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>
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Mayhem50 is offline Offline
4 posts
since Feb 2005
Feb 10th, 2005
0

Re: Looking for table rows with Regular expression.

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>)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Mayhem50 is offline Offline
4 posts
since Feb 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: My phpbb forum doesnt work ?
Next Thread in PHP Forum Timeline: Avatar use once only? Surely?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC