|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hey all out there..!
I've got a f1 startpage. And now I'm working on a link checker to eliminate dead links...but I can't figure out how to do that....i've tried some scripts...but they didn't work at all...is there someone who can help me..?!.. Jr. <jvwissen@terbium.net> |
|
#2
|
|||
|
|||
|
This is what I do...
$location = "http://www.comics.com"; if (!$oFile = @fopen($location,"r")) { echo "<br>Unable to open remote file at $location.n<br>Server may be down, or www address wrong...<br>n"; }else{ do some stuff.... } I guess you could do other things, but this workes.. ------------------ regds.. -ulrik- [This message has been edited by Ulrik N (edited January 26, 2000).] |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > PHP Development > Url/link checking in php3...?! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|