Space in variable name

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166581 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-08-17 13:58:57 +00:00
parent 67e076a26f
commit 6fb9a3599a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.27 $ -->
<!-- $Revision: 1.28 $ -->
<chapter id="faq.html">
<title>PHP and HTML</title>
<titleabbrev>PHP and HTML</titleabbrev>
@ -156,6 +156,7 @@
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.
</para>
</answer>
</qandaentry>