NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Test website exists in PHP

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 03-20-2006, 12:25 PM THREAD STARTER               #1 (permalink)
Soon to be RICHdoggie!
 
PoorDoggie's Avatar
Join Date: Jan 2005
Location: UK
Posts: 2,408
PoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nice
 



Test website exists in PHP


I have tried the file_exists() function, but it doesn't seem to work with external websites. Is there anyway I can see if an external website (www.thiswebsite.com/scrpt.php?a=asd) exists?

Thanks
Tom
PoorDoggie is offline  
Old 03-20-2006, 12:47 PM   #2 (permalink)
NamePros Expert
 
labrocca's Avatar
Join Date: Aug 2004
Location: Las Vegas
Posts: 6,277
labrocca Has achieved greatnesslabrocca Has achieved greatnesslabrocca Has achieved greatnesslabrocca Has achieved greatnesslabrocca Has achieved greatnesslabrocca Has achieved greatnesslabrocca Has achieved greatnesslabrocca Has achieved greatnesslabrocca Has achieved greatnesslabrocca Has achieved greatnesslabrocca Has achieved greatness
 



Child Abuse Child Abuse
curl
__________________
:$: Support Forum <-- My latest endeavor.:loveyou:
Debate Forums Free Online Sudoku My vBum Blog
labrocca is online now  
Old 03-20-2006, 01:32 PM THREAD STARTER               #3 (permalink)
Soon to be RICHdoggie!
 
PoorDoggie's Avatar
Join Date: Jan 2005
Location: UK
Posts: 2,408
PoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nice
 



Originally Posted by labrocca
curl
hmm... thanks, but how would I use that?

Thanks
Tom
PoorDoggie is offline  
Old 03-20-2006, 01:44 PM   #4 (permalink)
NamePros Regular
 
Noobie's Avatar
Join Date: Feb 2006
Location: Montreal, Quebec, Canada
Posts: 324
Noobie is on a distinguished road
 



http://ca.php.net/curl

PHP Code:
$ch curl_init();
curl_setopt($chCURLOPT_URL"http://my.domain.com/my_url.php" ); 
curl_setopt($chCURLOPT_RETURNTRANSFER1);
curl_setopt($chCURLOPT_CONNECTTIMEOUT,10); //added
$resultcurl_exec($ch);
if (empty(
$result))
{
    echo 
"doesn't exist";
}
else
{
    echo 
"exists";
????: NamePros.com http://www.namepros.com/programming/178782-test-website-exists-in-php.html

__________________
Goldkey.com is a scam
What's your BMI? | Timestamp Generator
Last edited by Noobie; 03-20-2006 at 01:54 PM.
Noobie is offline  
Old 03-20-2006, 01:55 PM THREAD STARTER               #5 (permalink)
Soon to be RICHdoggie!
 
PoorDoggie's Avatar
Join Date: Jan 2005
Location: UK
Posts: 2,408
PoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nicePoorDoggie is just really nice
 



thanks everyone!
PoorDoggie is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 12:00 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger