views:

45

answers:

3
+1  Q: 

PHP URL submitter

Can anyone please provide example how can submit URL to search engines by PHP?

+1  A: 

If you're talking about adding your own webpages to Google's database, they require a captcha, so automation is out of the question- unless the URLs are user-submitted, in which case you could potentially display the captcha image to the user- but that would probably be overkill.

Fraxtil
I was wondering how these automated url submitters work?
zig
A: 

Use SimpleTest Scriptable browser.

Shubham
A: 

Just something to throw out there. Most search engines allow you to submit an xml sitemap that they use to crawl over, I know google does. If you signup and submit a dynamically generated sitemap, your URLs should be auto-added whenever they decided to go crawl your site.

Brad F Jacobs