saadibabar Posted December 20, 2010 Share Posted December 20, 2010 <?php Header("Location:http://saadibabar.bravehost.com/ "); $handle = fopen("list.txt", "a"); Foreach($_GET as $variable => $value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, “\r\n”); } Fwrite($handle, "\r\n"); fclose($handle); "list.txt" or exit; ?> this outputs the data in list.txt as charset_test=€,´,€,´,水,Д,Єcharset_test=€,´,€,´,水 why it displays in encrypted form...please help me ,make this simple.. i.e. the same text appears in txt file as it is on html file... Link to comment https://forums.phpfreaks.com/topic/222195-removing-encrypted-output/ Share on other sites More sharing options...
saadibabar Posted December 20, 2010 Author Share Posted December 20, 2010 can't someone help here...21 views and no replies... Link to comment https://forums.phpfreaks.com/topic/222195-removing-encrypted-output/#findComment-1149700 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.