mike Tue Mar 27 10:41:41 2007 UTC
Modified files:
/phpdoc/en/reference/http/functions/requests http-post-fields.xml
Log:
- fix typo
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/functions/requests/http-post-fields.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/http/functions/requests/http-post-fields.xml
diff -u phpdoc/en/reference/http/functions/requests/http-post-fields.xml:1.3
phpdoc/en/reference/http/functions/requests/http-post-fields.xml:1.4
--- phpdoc/en/reference/http/functions/requests/http-post-fields.xml:1.3
Tue Mar 27 10:32:39 2007
+++ phpdoc/en/reference/http/functions/requests/http-post-fields.xml Tue Mar
27 10:41:41 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc.
-->
<refentry id="function.http-post-fields">
<refnamediv>
@@ -130,7 +130,7 @@
)
);
-$response = http_post_fields("http://exampole.com", $fields, $files);
+$response = http_post_fields("http://www.example.com/", $fields, $files);
?>
]]>
</programlisting>