Posted by TMN on 02/16/07 13:47
$anArray[]= ""; $ref = &$anArray[]; $ref[] = "a"; $ref[] = "b"; $ref[] = "c"; But with this I am ending up with an array inside $anArray not just a,b and c ? Thanks Tim
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming