php-general | 2001072
Date: 07/16/01
- Next message: Brian White: "Re: [PHP] explode()"
- Previous message: Christopher Ostmo: "Re: [PHP] Credit card number checker?"
- In reply to: Adam Plocher: "[PHP] explode()"
- Next in thread: Brian White: "Re: [PHP] explode()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Brian White: "Re: [PHP] explode()"
- Previous message: Christopher Ostmo: "Re: [PHP] Credit card number checker?"
- In reply to: Adam Plocher: "[PHP] explode()"
- Next in thread: Brian White: "Re: [PHP] explode()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

