This is a discussion on "finding links in a web page" within the PHP Forum section. This forum, and the thread "finding links in a web page are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
finding links in a web page
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
finding links in a web page
Hi
I have been looking for a function that finds links on a web page, i have used get_meta_tags() and file_get_contents() to get data off of a web page and wondered if there was something similar to get URLs. If not what would be simple and logical way to get URLs off a page? |
|
|
|
|||
|
Re: finding links in a web page
Why do you need this function?
|
|
|||
|
Re: finding links in a web page
I'm attempting to write some crawling script, i want to extract and store in MySql all URLs encountered on a web page and then open the file that they point to and repeat the process for a nominal amount of web pages.
|
|
||||
|
Re: finding links in a web page
Regular expressions.
Start here: http://en.wikipedia.org/wiki/Regular_expression Perhaps try these tutorials: http://www.regular-expressions.info/ Then go hardcore: http://www.regexlib.com/ (only when you know your regexps) That should get you started, but don't ask me how to run a regular expression in PHP... I don't know! [EDITED] Here you go: http://www.regular-expressions.info/php.html http://weblogtoolscollection.com/regex/regex.php LOL
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Last edited by spinal007; Jul 8th, 2006 at 17:33. |
![]() |
| Tags |
| finding, links, web, page |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Links directed to a new page or tab | thewebkid | Web Page Design | 12 | Jan 1st, 2008 13:09 |
| links page | littlebilly | Starting Out | 7 | Jul 25th, 2007 20:22 |
| Layout for a links page | Zonglars | Graphics and 3D | 12 | Jul 22nd, 2007 06:03 |
| links to different points on the same page | bruno89 | Web Page Design | 13 | Nov 9th, 2006 00:14 |
| Numbered links to every page | dinahdoey | Classic ASP | 5 | Sep 12th, 2004 17:01 |