mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
corr. copy-paste-err, ren .php3 to php
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71403 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
42d3dc3c0e
commit
52431bcccf
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.160 $ -->
|
||||
<!-- $Revision: 1.161 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -2609,7 +2609,6 @@ while (list ($key, $val) = each ($HTTP_POST_VARS)) {
|
|||
<note>
|
||||
<para>
|
||||
EXTR_IF_EXISTS and EXTR_PREFIX_IF_EXISTS was introduced in version 4.2.0.
|
||||
variables extracted.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
@ -3081,7 +3080,7 @@ d = lemon
|
|||
$result = mysql_query ("SELECT id, name, salary FROM employees",$conn);
|
||||
while (list ($id, $name, $salary) = mysql_fetch_row ($result)) {
|
||||
print (" <tr>\n".
|
||||
" <td><a href=\"info.php3?id=$id\">$name</a></td>\n".
|
||||
" <td><a href=\"info.php?id=$id\">$name</a></td>\n".
|
||||
" <td>$salary</td>\n".
|
||||
" </tr>\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue