| 
 Posted by Toby Inkster on 09/08/05 09:52 
Robertico wrote: 
 
> I tried to remove the numbers (removed -number_links) but it doesn't work. 
 
Use a regular expression: 
 
	$list = preg_replace('/\[[0-9]+\]/', $list); 
 
> Can you explain why adding 12 to the string length ? 
 
Try it without the +12 and see. 
 
--  
Toby A Inkster BSc (Hons) ARCS 
Contact Me  ~ http://tobyinkster.co.uk/contact
 
  
Navigation:
[Reply to this message] 
 |