xpath('//word'); foreach($wordsSutta as $ws){ $list=array( $ws->recorderId, $ws->pali, $ws->mean, $ws->type, $ws->gramma, $ws->parent, $ws->factors, $ws->factorMean, $ws->note, $ws->confer, $ws->status, $ws->delete, $ws->dictname, $ws->dictType, $ws->fileName, $ws->parentLevel ); fputcsv($myfile,$list); } */ fclose($myfile); echo("Successful"); echo "download" ?>