美味的_测试.php
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了美味的_测试.php相关的知识,希望对你有一定的参考价值。
deliciousã«ãƒã‚¹ãƒˆã™ã‚‹ã‚µãƒ³ãƒ—ル
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <title>delicious_test</title> <body> <?php postBookmark("id", "pass", "title", "http://...", "comment...", "tags..."); function postBookmark($account,$password,$title,$url,$comment,$tag="") { $cmd = 'curl --silent --user ' . $account . ':' . $password . ' -o "response.xml"' . ' -O "https://api.del.icio.us/v1/posts/add?url=' . "$url&description=$title&extended=$comment&tags=$tag&" . '"'; } ?> </body> </html>
以上是关于美味的_测试.php的主要内容,如果未能解决你的问题,请参考以下文章