Typo (bug 13631)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@59329 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-10-10 20:58:09 +00:00
parent dd1e55aba0
commit 2f1002e1fe

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.28 $ -->
<!-- $Revision: 1.29 $ -->
<reference id="ref.mail">
<title>Mail functions</title>
<titleabbrev>Mail</titleabbrev>
@ -98,7 +98,7 @@ mail("nobody@aol.com", "the subject", $message,
<title>Sending mail with extra headers and setting an additional command line parameter.</title>
<programlisting>
mail("nobody@aol.com", "the subject", $message,
"From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVERNAME");
"From: webmaster@$SERVER_NAME", "-fwebmaster@$SERVER_NAME");
</programlisting>
</example>
You can also use fairly simple string building techniques to