hey need some brief help with arrays!
heres the code:
NOTE: i dont want to use date function or variables
$start_data = "01/03/2003";
// i want to get somevariable to equal 03 which would be
//the month
$some_var = $start_data[3] concatenated with start_data[4];
//without adding them.
thanks,
Lee