php-general | 2001072
Date: 07/16/01
- Next message: Mark Maggelet: "Re: [PHP] explode()"
- Previous message: Zak Greant: "Re: [PHP] explode()"
- In reply to: Adam Plocher: "[PHP] explode()"
- Next in thread: Mark Maggelet: "Re: [PHP] explode()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
$arr = explode("-",$row[5]); $reqmonth=$arr[1];
Well, it's all on one line.....
At 16:23 16/07/2001 -0700, Adam Plocher wrote:
>$reqmonth = ${}[1];
>
>Is there anyway I can get that to work without having to use multiple lines
>of code?
-------------------------
Brian White
Step Two Designs Pty Ltd - SGML, XML & HTML Consultancy
Phone: +612-93197901
Web: http://www.steptwo.com.au/
Email: bwhite <email protected>
-- 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: Mark Maggelet: "Re: [PHP] explode()"
- Previous message: Zak Greant: "Re: [PHP] explode()"
- In reply to: Adam Plocher: "[PHP] explode()"
- Next in thread: Mark Maggelet: "Re: [PHP] explode()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

