gvanto Posted August 9, 2006 Share Posted August 9, 2006 I was wondering how one can query a (search) script from within my own php script.For example, if I want to check whether www.mydomain.com is available, can I somehow query namecheap.com (or godaddy or whatever) 's /search.php form, and get the result? (and parse it to get an either yes/no answer)I am fairly sure this is possible as I've seen it done but cant remember where - would like to know how though ;DAny help much appreciated!Gerry php-newbie Link to comment https://forums.phpfreaks.com/topic/17020-querying-external-forms/ Share on other sites More sharing options...
GingerRobot Posted August 9, 2006 Share Posted August 9, 2006 I think you need to use cURL for this. Just dont ask me how to use it :p Link to comment https://forums.phpfreaks.com/topic/17020-querying-external-forms/#findComment-71842 Share on other sites More sharing options...
gvanto Posted August 10, 2006 Author Share Posted August 10, 2006 OK kool thanks will look into it.Gerry Link to comment https://forums.phpfreaks.com/topic/17020-querying-external-forms/#findComment-72323 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.