Forum Moderators: coopster
Is it possible to create a script which returns to screen a list of all links in a specified URL.
i've got a real mental block on this and can only think of using a search function to pick up on say, "http://" - which may work, but then how do i run the script with a specified URL.
i'll stop there before i start to confuse myself more .....
[edited by: jatar_k at 4:34 pm (utc) on May 16, 2005]
[edit reason] no urls thanks [/edit]
To find all the occurences of <a you can use strpos function [pl2.php.net...]
Hope this helps
Michal Cibor