On Thu, 29 May 2003 10:33:16 +0100, Ford, Mike               [LSS]
wrote:

>Well, how about references, then?  (And me, personally, I'd use isset()
>rather than is_array().)
>
>   if (isset($_POST)):
>      $POST = &$_POST;
>   else:
>      $POST = &$HTTP_POST_VARS;
>   endif;

I was told that PHP didn't do pointers - just goes to show that you
can't believe everything your told.  Thanks for the POINTER. ;)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to