Click to See Complete Forum and Search --> : Shortening Link Names


eyecrave
12-20-2003, 08:21 PM
I'm attempting to take a Link Name like

This is way to long and shouuld be shorter

to

This is way to...

I've been searching the WWW for a few days and I have found nothing. Any help would be much appreciated.

pyro
12-20-2003, 09:00 PM
substr() (http://us4.php.net/manual/en/function.substr.php) sounds like what you need.

eyecrave
12-20-2003, 09:41 PM
That's exactly what I need. Now all I'll have to do is figure out how to write the code... should be fun.

Thanks.

pyro
12-20-2003, 10:18 PM
Great!

If you need help, just post what you've got, and we'll go from there...