Answer the question
In order to leave comments, you need to log in
Where does the unknown string come from?
Omniscient ALL!
I output an array to CSV in a simple way
$i=0 ;
$str = '' ;
foreach ( $newarr as $Row ) {
if (($Row[1]) && ($Row[1] != '')) {
$str .= $i .";". $Row[1] .";". $Row[2] .";". $Row[3] .";". $Row[4] .";". $Row[5] .";
" ;
++$i;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question