Paul M Jones wrote:
On Aug 26, 2007, at 7:54 PM, Jon Baer wrote:
Is it anything that $array[0] would not be able to get access to?
The function `current($array)` should do the trick. Make sure you do
so before trying to loop through the array or anything. ;-)
Or just reset before using it.
|reset($array);
echo current($array)
|http://php.net/reset
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com
Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php