|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-26 09:53 UTC] slawek@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 09:00:01 2025 UTC |
Hi there I found a little mistake in documenation to PHP. In chapter (LXII) (pdf,(on-line version too) polish version) in subchapter examples : foreach ($line as $col_name) { print "\t\t<td>$col_value</td>\n"; I think it should be: foreach ($line as $col_value) { print "\t\t<td>$col_value</td>\n"; Greets Slawek