Posted by Hendri Kurniawan on 07/27/07 12:46
Captain Paralytic wrote:
> Suppose I have the folowing:
>
> $cst['created'] = 'date';
> $cst['cc'] = 'text';
> $cst['paid'] = '##.##';
> $cst['registered'] = 'date';
>
> Are there any neat ways to to get a simple array containing the
> elements
> 'date','text','##.##'
>
http://au2.php.net/manual/en/function.array-unique.php
Hendri Kurniawan
Navigation:
[Reply to this message]
|