ok I have 2 arrays!
$dates[];
$providers[];
with numbers obviously in the [].
the array values are strings.
how do i make it so i get this
$test[] = $dates[0]."\n"$providers[0]; //nice loop which increments the keys please note the new line!!!
this code doesnt work!
the output needs to be an array with a new line cause i need it in a jpgraph function
$graph->xaxis->SetTickLabels($superxaxis);