Re: [PHP] Strip Numbers

2003-07-30 Thread Jeff Harris
On Jul 30, 2003, "Joe Harman" claimed that: |Hey could someone help me out here | |I need to strip numbers from a passed variable | |ex. 3899007 | |all the numbers will have 990 (so that is the 4th, 5th & sixth |numbers... from the right...) I want to keep everything to the left of |the two 9s

RE: [PHP] Strip Numbers

2003-07-29 Thread Martin Towell
arman [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 4:52 PM To: [EMAIL PROTECTED] Subject: [PHP] Strip Numbers Hey could someone help me out here I need to strip numbers from a passed variable ex. 3899007 all the numbers will have 990 (so that is the 4th, 5th & sixth numbers

[PHP] Strip Numbers

2003-07-29 Thread Joe Harman
Hey could someone help me out here I need to strip numbers from a passed variable ex. 3899007 all the numbers will have 990 (so that is the 4th, 5th & sixth numbers... from the right...) I want to keep everything to the left of the two 9s... is there an easy way to do that Joe Harma