Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

Re: [PHP] explode() From: Zak Greant (jag <email protected>)
Date: 07/16/01

list (,$reqmonth) = explode ('-', $row[5]);

--zak

----- Original Message -----
From: "Adam Plocher" <aplocher <email protected>>
To: <php-general <email protected>>
Sent: Monday, July 16, 2001 5:23 PM
Subject: [PHP] explode()

> $reqmonth = ${explode("-",$row[5])}[1];
>
> Is there anyway I can get that to work without having to use multiple
lines
> of code?
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>