changed url in example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77506 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Georg Richter 2002-04-10 08:27:46 +00:00
parent b1ed4e59e6
commit 1d43bbb502

View file

@ -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 @@ header("Status: 404 Not Found");
<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. */
]]>