开发者

How can create simple PHP Search Engine Submission tool?

开发者 https://www.devze.com 2022-12-26 02:14 出处:网络
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=\

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消