and how do i do that?
Maxim Maletsky <[EMAIL PROTECTED]> wrote in message
news:DC017B079D81D411998C009027B7112A015ED367@EXC-TYO-01...
> If you loop one then Yes.
>
>
> Sincerely,
>
> Maxim Maletsky
> Founder, Chief Developer
> PHPBeginner.com (Where PHP Begins)
> [EMAIL PROTECTED]
> www.phpbeginner.com
>
>
>
> -----Original Message-----
> From: Doron [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, July 07, 2001 7:06 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] how do i remove the first 3 characters from a
> variable?
>
>
> does it work on arrays too??
>
>
> Maxim Maletsky <[EMAIL PROTECTED]> wrote in message
> news:DC017B079D81D411998C009027B7112A015ED364@EXC-TYO-01...
> >
> >
> > php.net/substr
> >
> >
> > $var = "how do i remove the first 3 characters from a variable";
> > $substract = substr($var, 3);
> > // returns ' do i remove the first 3 characters from a variable'
> >
> >
> >
> > Sincerely,
> >
> > Maxim Maletsky
> > Founder, Chief Developer
> > PHPBeginner.com (Where PHP Begins)
> > [EMAIL PROTECTED]
> > www.phpbeginner.com
> >
> >
> >
> >
> > -----Original Message-----
> > From: Doron [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, July 07, 2001 5:37 PM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] how do i remove the first 3 characters from a variable?
> >
> >
> > 10x
> >
> >
> >
> > --
> > 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]
>
>
>
> --
> 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]
--
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]