Hi There,
I was wondering if anyone knew of a function in PHP to limit the amount of text shown from a database
I was hoping to have my artists section limit http://www.bangorfm.co.uk/artistsread.php?newsid=13&cdartist=Aerosmith
then I can insert a link manually sending it to artistsreadfull.php without the restriction? Is it possible?
Hope you can help, Andy
php.net/substr That can limit a string based on a starting point and ending point in the string. It might chop off words you would have to write a function to prevent that or find one someone else wrote.