[638] Tue 01.Feb.2005 18:00:36
[admin@archangel][~/scripts]
cat bell.php && php bell.php
<?php
$matches1[1][$u]= "Belltown , Seattle";
$matches1 = $matches1[1][$u];
echo "\n";
echo $matches1;
echo "\n\n";
?>
Belltown , Seattle
Can you show more code, or give a little more explanation of the problem?