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 Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.