List,

This is an easy one but I'm under the gun and need some help.

I have a situation where I need to trim the last four elements of a string
off from a variable.

Examples of what the string will look like(teses are known, trusted values
and won't change):

$string = "Atlanta CEO"
$string = "Los Angeles CFO"


What I need to do is strip the last four characters off of each string so
that I'm just returning the city, not the group (CFO, CIO, COO etc.)

How do I do this in PHP?

Thanks in advance!
Ron


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to