jamesvasey Posted June 9, 2006 Share Posted June 9, 2006 I want to provide a link to a users public_html directory from our companies intranet, but only if it exists for the user. (as not all users have a public_html, and i dont want them to end up in error404)i.e. user: bob (logged in using http_auth) PHP checks to see if [a href=\"http://servername/~bob\" target=\"_blank\"]http://servername/~bob[/a] exists, if it does then show a link, if it doesnt (Error 404) then don't show the link.The public_html's are on a different server, so I cant look at the local hard disk.Any ideas? I am guessing some form of wget, followed by an if statement (depending on an error 404).ThanksJames Link to comment https://forums.phpfreaks.com/topic/11595-check-if-a-website-exists-and-if-so-create-a-link/ Share on other sites More sharing options...
poirot Posted June 9, 2006 Share Posted June 9, 2006 You can check that using fopen:[a href=\"http://www.php.net/fopen\" target=\"_blank\"]http://www.php.net/fopen[/a] Link to comment https://forums.phpfreaks.com/topic/11595-check-if-a-website-exists-and-if-so-create-a-link/#findComment-43764 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.