grammar + small structure change

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166705 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sean Coates 2004-08-18 16:12:07 +00:00
parent a56b34628b
commit 2565ab9491

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.28 $ -->
<!-- $Revision: 1.29 $ -->
<chapter id="faq.html">
<title>PHP and HTML</title>
<titleabbrev>PHP and HTML</titleabbrev>
@ -156,7 +156,11 @@
like any other described within the section on retrieving
<link linkend="language.variables.external">variables from outside of
PHP</link>. For example, <varname>$_GET['foo_x']</varname>.
Spaces in variable names are converted to underscores too.
<note>
<para>
Spaces in request variable names are converted to underscores.
</para>
</note>
</para>
</answer>
</qandaentry>