Hello
will PHP support the concept of pointers as in C, if so how this functionality can be achieved.
Thanking you in advance.
PHP 4 doesn't support pointers (i'm not sure but i think PHP 3 did), but you cant use variable variables wich will do just about the same thing (almost, in most cases where i use it, it will do).
Andreas