| 
	
 | 
 Posted by Webrickco on 07/27/07 13:14 
On Jul 27, 1:40 pm, Captain Paralytic <paul_laut...@yahoo.com> 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','##.##' 
 
Use array_unique function. you can find many info on php function in 
www.php.net. Download the documentation or consult it online.
 
  
Navigation:
[Reply to this message] 
 |