7 Jul 2007 at 21:03 #1 steroyle steroyle Associate Joined 16 Aug 2004 Posts 268 I have a string holding a description about a product. I need to be able to format the string to just get the first 100 letters Can only seem to find how to remove whitespace which doesn't help much
I have a string holding a description about a product. I need to be able to format the string to just get the first 100 letters Can only seem to find how to remove whitespace which doesn't help much
7 Jul 2007 at 21:09 #2 marc2003 marc2003 Soldato Joined 6 Feb 2004 Posts 20,856 Location England http://uk.php.net/substr
7 Jul 2007 at 22:05 #3 steroyle steroyle Associate OP Joined 16 Aug 2004 Posts 268 thanks all working now