Got an email...   The answer to this question is ...

--clip--
$a = array();

--clip--

"Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> How to do the proper way of emptying hte array??
>
> Example...
>
> $a[0] = "test1";
> $a[1] = "test2";
> $a[2] = "test3";
> $a[3] = "test4";
>
> $a = "";    <-- Is this hte proper way to do it????
>
> I would like the array to be cleared before being it get to be use over
and
> over....
>
> Thanks...
>
>



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

Reply via email to