Here you go:

$string = substr($string, 0, -4);

Ross

-----Original Message-----
From: RS Herhuth [mailto:[EMAIL PROTECTED]]
Sent: 04 May 2001 02:06
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Simple string function help needed


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


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

Reply via email to