Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2002091

Re: [PHP-DB] need help!!!!! From: Rafael Mueller (mueller <email protected>)
Date: 09/13/02

use substr

example
$var = "01 - Rodrigo";
$var2 = substr($var,0,2);
echo $var2; //result 01

On Fri, 13 Sep 2002, Rodrigo wrote:

> Hi everybody........
>
> if i have a var that is...
>
> $var = "01 - Rodrigo";
>
> is there a way that i can only get the first two letters???
>
> for example... 01
>
>
> i´m new in php.....thanks a lot
> Brazilian dude
>
> --------------------------------------------------------------------------------
>
> Equipe Pratic Sistemas
> Rodrigo Corrêa
> Fone: (14) 441-1700
> suporte <email protected>
> rodrigo <email protected>
>
>
>

+---------------------------------+
|Rafael Mueller |
|Computação - UFSC |
|Linux User #271799 |
|UIN #97699276 |
|Dividir para conquistar! |
+---------------------------------+

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php