Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

Re: [PHP] explode() From: Brian White (bwhite <email protected>)
Date: 07/16/01

$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>