$pos=strpso($line," ");
$last=substr($line, $pos, strlen($line));

http://www.php.net/manual/en/function.substr.php
http://www.php.net/manual/en/function.strpos.php
http://www.php.net/manual/en/function.strlen.php

@+++

Le Vendredi 14 Décembre 2001 17:11, Andras Kende a écrit :
> I trying to convert some full names to last names only like:
> -get the subtext from the end until the space
>
> "joe blue" -> "blue"
> "bill western" - "western"
>
> Looked around at php.net docs but im not sure...
>
> Thanks
>
> Andras

-- 
 ( * >    Nicolas Costes,
 //\\      IUT de La Roche / Yon
( \/ )     [EMAIL PROTECTED]
 < <      http://luxregina.free.fr

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to