pollita Mon Sep 29 17:15:41 2003 EDT
Modified files: /phpdoc/en/reference/stream reference.xml Log: Typo Index: phpdoc/en/reference/stream/reference.xml diff -u phpdoc/en/reference/stream/reference.xml:1.16 phpdoc/en/reference/stream/reference.xml:1.17 --- phpdoc/en/reference/stream/reference.xml:1.16 Mon May 19 13:30:43 2003 +++ phpdoc/en/reference/stream/reference.xml Mon Sep 29 17:15:40 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <reference id="ref.stream"> <title>Stream functions</title> <titleabbrev>Streams</titleabbrev> @@ -206,7 +206,7 @@ fputs($sock, "POST /form_action.php HTTP/1.0\r\n"); fputs($sock, "Host: secure.example.com\r\n"); -fputs($sock, "Content-type: application/x-www-url-encoded\r\n"); +fputs($sock, "Content-type: application/x-www-form-urlencoded\r\n"); fputs($sock, "Content-length: " . strlen($data) . "\r\n"); fputs($sock, "Accept: */*\r\n"); fputs($sock, "\r\n");