Posted by Toby A Inkster on 02/15/07 16:40
TMN wrote:
> $anArray[]= "";
>
> $ref = &$anArray[];
>
> $ref = "a";
> $ref = "b";
> $ref = "c";
$anArray[]= "";
$ref = &$anArray[];
$ref[] = "a";
$ref[] = "b";
$ref[] = "c";
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
Navigation:
[Reply to this message]
|