dams            Wed Feb 19 17:12:25 2003 EDT

  Modified files:              
    /phpdoc/en/reference/url/functions  urlencode.xml 
  Log:
  correcting titl
  
Index: phpdoc/en/reference/url/functions/urlencode.xml
diff -u phpdoc/en/reference/url/functions/urlencode.xml:1.2 
phpdoc/en/reference/url/functions/urlencode.xml:1.3
--- phpdoc/en/reference/url/functions/urlencode.xml:1.2 Wed Apr 17 02:44:55 2002
+++ phpdoc/en/reference/url/functions/urlencode.xml     Wed Feb 19 17:12:25 2003
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+7<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/url.xml, last change in rev 1.2 -->
   <refentry id="function.urlencode">
    <refnamediv>
@@ -49,7 +49,7 @@
     arg_separator for this.  Leave it as &amp;, but simply encode
     your URLs using <function>htmlentities</function>(urlencode($data)).
      <example>
-      <title><function>urlencode/htmlentities</function> example</title>
+      <title><function>urlencode</function> and <function>htmlentities</function> 
+example</title>
       <programlisting role="php">
 <![CDATA[
 echo '<a href="mycgi?foo=', htmlentities(urlencode($userinput)), '">';
@@ -60,7 +60,7 @@
     <para>
      See also <function>urldecode</function>,
      <function>htmlentities</function>,
-     <function>rawurldecode</function>,
+     <function>rawurldecode</function>, and
      <function>rawurlencode</function>.
     </para>
    </refsect1>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to