georg Wed Apr 10 04:27:46 2002 EDT
Modified files:
/phpdoc/en/functions http.xml
Log:
changed url in example
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.43 phpdoc/en/functions/http.xml:1.44
--- phpdoc/en/functions/http.xml:1.43 Tue Apr 9 09:56:20 2002
+++ phpdoc/en/functions/http.xml Wed Apr 10 04:27:46 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.43 $ -->
+<!-- $Revision: 1.44 $ -->
<reference id="ref.http">
<title>HTTP functions</title>
<titleabbrev>HTTP</titleabbrev>
@@ -93,8 +93,7 @@
<informalexample>
<programlisting role="php">
<![CDATA[
-header("Location: http://www.php.net/"); /* Redirect browser
- to PHP web site */
+header("Location: http://www.example.com/"); /* Redirect browser */
exit; /* Make sure that code below does
not get executed when we redirect. */
]]>