| 
	
 | 
 Posted by Captain Paralytic on 07/27/07 13:14 
On 27 Jul, 13:46, Hendri Kurniawan <hckurnia...@gmail.com> wrote: 
> 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 
 
See, didn't I just know there had to be a neat way! 
 
Thanks Hendri!
 
  
Navigation:
[Reply to this message] 
 |