I am not sure what to use in this case.
I am grabbing a bunch of login information from our database.  The login
has 3 leading numbers.  i.e.  The value returned is:
123login
I need to strip the 123 off and discard it.  That value is unimportant
to me.  Here is my pseudo-code:

while( ($login) = $sth->fetchrow_array ())
{
        foreach %login
        {
        get rid of the leading numbers;
        }
}    


Aaron Shurts 




--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to