B Blue New member Feb 11, 2011 #1 list($day, $month, $year) = split('-', $birthday); It says to me "Deprecated: Function split() is deprecated". So how could i rewrite this?
list($day, $month, $year) = split('-', $birthday); It says to me "Deprecated: Function split() is deprecated". So how could i rewrite this?