Hello Paul,
PH> for($i = 0, $ln = sizeof($a); $i < $ln; ++$i) { echo $a[$i]; }
foreach ($a as $v) {
echo $v;
}
:P ;-)
--
With best regards from Ukraine,
Andre
Skype: Francophile
My blog: http://oire.org/menelion (mostly in Russian)
Twitter: http://twitter.com/m_elensule
Facebook: http://facebook.com/menelion
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

