質問するログイン新規登録

質問編集履歴

2

コード修正

2015/09/09 04:41

投稿

ao_love
ao_love

スコア441

title CHANGED
File without changes
body CHANGED
@@ -45,8 +45,7 @@
45
45
  curl_setopt($ch, CURLOPT_WRITEHEADER, $fp); $
46
46
  $output = curl_exec($ch);
47
47
  fclose($fp); curl_close($ch);
48
- // print "CURL OUTPUT:\n{$output}\n";
48
+
49
-
50
49
  $ch = curl_init("http://example.com/register.php");
51
50
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
52
51
  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);

1

タグの追加

2015/09/09 04:41

投稿

ao_love
ao_love

スコア441

title CHANGED
File without changes
body CHANGED
File without changes