Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

[PHP] explode() From: Adam Plocher (aplocher <email protected>)
Date: 07/16/01

$reqmonth = ${explode("-",$row[5])}[1];

Is there anyway I can get that to work without having to use multiple lines
of code?