|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-04-07 18:39 UTC] jmoore@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 08:00:01 2025 UTC |
The Comment Made By: wruslan@dectra.com.my 17-Jul-2000 02:07 has an error as follows: Line 49 Current : print "<tr><td>" . $row.number . "</td>" ; Correction : print "<tr><td>" . $row_number . "</td>" ;