Re: stripping first comma off and everything after

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Why not this?

$var = explode(",",$entries[$i]["dn"]);
$var = $var[0];

"Adam Williams" <adam_williams@xxxxxxxxxxxxx> escreveu na mensagem 
news:4C1BCF62.5070804@xxxxxxxxxxxxxxxx
> I'm querying data and have results such as a variable named 
> $entries[$i]["dn"]:
>
> CN=NTPRTPS3-LANIER-LD335c-LH107-PPRNP9A92,OU=XXXXXXXXXXf,OU=XXXXXXXXXX,OU=XXXXXXXXXXXXX,DC=xxxxxxxx,DC=xxxxxxxxxx,DC=xxx
>
> Basically I need to strip off the first command everything after, so that 
> I just have it display CN=NTPRTPS3-LANIER-LD335c-LH107-PPRNP9A92.
>
> I tried echo rtrim($entries[$i]["dn"],","); but that doesn't do anything. 
> Any ideas?
> 



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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux