
May 15th, 2000, 03:20 AM
|
 |
.Net Developer
|
|
Join Date: Feb 2000
Location: London
Posts: 987
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 14
|
|
Hi yoshi,
you can use substr() function for that.just cut 15 character from the string and display it.
eg:
$str="I Love My Jesus,"
$str=substr($str,0,15);
#cut first 15 chartcters
print $str;
------------------
SR -
shiju.dreamcenter.net
"I will love thee, O Lord,my strength"
|