目次 HTTP_RequestでGETとか テストはnetcat使うと楽だよ HTTP_Requestでヘッダー追加とか HTTP_RequestでPOST(application/x-www-form-urlencoded)とか HTTP_Requestでファイルのアップロード(multipart/form-data)とか HTTP_Requestでクッキーとか まずはHTTP_Request持ってくる。 debianだと↓のコマンドで入るよ。 root@hitode# pear install HTTP_Request HTTP_RequestでGETとか いきなりソースから。 sdkt@hitode:~/http_request$ cat get.php <? require_once 'HTTP/Request.php'; $url = "http://www.hatena.ne.