Does PHP provide a function to extract the rightmost characters
from a string?
For example, the VB/ASP equivalent...
sStateAbbr = Right$(sCitySta te, 2)
Thanks.
Jim Carlock
Post replies to the group.
from a string?
For example, the VB/ASP equivalent...
sStateAbbr = Right$(sCitySta te, 2)
Thanks.
Jim Carlock
Post replies to the group.
Comment