mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b1ed4e59e6
commit
1d43bbb502
1 changed files with 2 additions and 3 deletions
|
@ -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. */
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue