Please answer this simple SPAM challenge: two plus seven? (Example: nine)
if you want make UTF-8 file for excel, use this:$fp = fopen($filename, 'w');//add BOM to fix UTF-8 in Excelfputs($fp, $bom =( chr(0xEF) . chr(0xBB) . chr(0xBF) ));
<< Back to user notes page