tags:

views:

56

answers:

1

How can create simple PHP Search Engine Submission tool, which allows that to submit the site URL to multiple search engines such as "http://www.google.com/addurl?q=www.yoursite.com&hl=&dqq=" and also "http://www.bing.com/webmaster/SubmitSitePage.aspx" or any other other search engines?

A: 

Try this

http://sourceforge.net/projects/phpsubmit/

  • A PHP script that can be used for submitting webpages to search engines.
aSeptik