
June 2nd, 2000, 09:14 AM
|
 |
.Net Developer
|
|
Join Date: Feb 2000
Location: London
Posts: 987
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 14
|
|
you can simply get using a substr function
$var="I Love My Jesus,";
$var=substr($var,0,length($var)-1);
#get first character to 2nd last one
------------------
SR -
shiju.dreamcenter.net
"The fear of the LORD is the beginning of knowledge..."
|