ID: 9539
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Variables related
Assigned To:
Comments:
No feedback. If this happens also with soon to be released PHP 4.0.5, reopen this bug
report.
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2001-03-06 07:01:47] [EMAIL PROTECTED]
reclassify
---------------------------------------------------------------------------
[2001-03-03 17:17:43] [EMAIL PROTECTED]
Please try the latest CVS snapshot from http://snaps.php.net/ as I think
this is already fixed.
--Jani
---------------------------------------------------------------------------
[2001-03-03 15:51:28] [EMAIL PROTECTED]
$sql = "select * from organization order by
regionalrequirement,organizationname";
$result = mysql_query($sql);
while ($row=mysql_fetch_array($result))
{
// $organizationnameinchinese="";
// if this line was not included .. the value
// $organizationnameinchinese would not get the new value
extract ($row,EXTR_OVERWRITE);
echo "The school listed are
<A href=vieworganization.php?orgid=$id>$organizationname
</a>
$organizationnameinchinese<BR><BR>";
}
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9539&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]