m2babaey Posted November 13, 2007 Share Posted November 13, 2007 Hi how can i submit a url to a search engine using php? it must be interesting Link to comment https://forums.phpfreaks.com/topic/77194-submiting-urls-to-search-engine/ Share on other sites More sharing options...
koen Posted November 13, 2007 Share Posted November 13, 2007 Recreate the form at home and submit it to the original action url. Link to comment https://forums.phpfreaks.com/topic/77194-submiting-urls-to-search-engine/#findComment-390841 Share on other sites More sharing options...
m2babaey Posted November 13, 2007 Author Share Posted November 13, 2007 what a good idea. thanks and how to submit it to more than 1 action urls? thanks in advance Link to comment https://forums.phpfreaks.com/topic/77194-submiting-urls-to-search-engine/#findComment-390857 Share on other sites More sharing options...
m2babaey Posted November 13, 2007 Author Share Posted November 13, 2007 I'm looking for something like this: http://www.submit.gsign.biz/website_submission/index.php Link to comment https://forums.phpfreaks.com/topic/77194-submiting-urls-to-search-engine/#findComment-390894 Share on other sites More sharing options...
koen Posted November 14, 2007 Share Posted November 14, 2007 You'd have to look at each form of the search engine. Than after the engines selection you loop through each engine and let php do what it needs to submit the data for the engine. Link to comment https://forums.phpfreaks.com/topic/77194-submiting-urls-to-search-engine/#findComment-391181 Share on other sites More sharing options...
koen Posted November 14, 2007 Share Posted November 14, 2007 http://www.google.com/addurl/ Notice the captcha. So submitting here probably won't go that easily. Link to comment https://forums.phpfreaks.com/topic/77194-submiting-urls-to-search-engine/#findComment-391183 Share on other sites More sharing options...
m2babaey Posted November 14, 2007 Author Share Posted November 14, 2007 You'd have to look at each form of the search engine. Than after the engines selection you loop through each engine and let php do what it needs to submit the data for the engine great. and i'm seeking what to write in the loop?? Notice the captcha. So submitting here probably won't go that easily. yes but that is optional, isn't it? Link to comment https://forums.phpfreaks.com/topic/77194-submiting-urls-to-search-engine/#findComment-391253 Share on other sites More sharing options...
koen Posted November 14, 2007 Share Posted November 14, 2007 The captcha is not optional. Google uses it to seperate the real people from the bots. Than means google wants to avoid any automatic url submission. Link to comment https://forums.phpfreaks.com/topic/77194-submiting-urls-to-search-engine/#findComment-391705 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.