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 othe开发者_开发百科r other search engines?
You need to use cURL to submit POST and GET requests to sites outside your server.
精彩评论