Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tom79

  1. tom79

    Advanced matching

    Hi, for example: <a href="clip.mpg"><font color="Red"><img src="thumbnail.jpg"></font></a> Thanks, Tom
  2. tom79

    Advanced matching

    Hi, I'm trying to write a script that visits webpages containing thumbnails linking to movies and fetches the thumbnail urls. Here is what I came up with: $source =~ /href[^>]*\.$match[^>]*>[^<]*<[\s]*img[^>]*src[\s]*=["'\s]*([^"'\s>]*)/i; $iurl = $1; ...where $match would be different movie...

Part and Inventory Search

Back
Top