Hello,

Is there a way to remove the first numbers of a string?  Here is an example:

$string1 = "12 this is number twelve";
when done: " this is number twelve";

$sting1 = "123 this is number one twenty three"
when done: " this is number one twenty three";

Thank you,

--------------------------------------------
Brandon Orther
WebIntellects Design/Development Manager
[EMAIL PROTECTED]
800-994-6364
www.webintellects.com
--------------------------------------------


-- 
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