Dear friends,
I had used php to store data to a file, for instance,"testi ng.txt". But there is one problem, there are funny characters occur when it store in the file.
In my web page, it has text boxes. One of the text box is to insert the address of a file. For instance, C:\Documents and Settings\Yahoo\ YourFile.txt
But, when it comes to store this address, it appear this in the text file, C:\\Documents and Settings\\Yahoo \\YourFile.txt
Notice there are double backslashes at the address.
Other like phone number or name, For instance, Arnold Schwarzenegger and 62725603 have no problem, it can store in file without any extra character.
Hope someone can give me some clue to solve it.
Appreciate for any reply. Thank you.
Best Regards.
I had used php to store data to a file, for instance,"testi ng.txt". But there is one problem, there are funny characters occur when it store in the file.
In my web page, it has text boxes. One of the text box is to insert the address of a file. For instance, C:\Documents and Settings\Yahoo\ YourFile.txt
But, when it comes to store this address, it appear this in the text file, C:\\Documents and Settings\\Yahoo \\YourFile.txt
Notice there are double backslashes at the address.
Other like phone number or name, For instance, Arnold Schwarzenegger and 62725603 have no problem, it can store in file without any extra character.
Hope someone can give me some clue to solve it.
Appreciate for any reply. Thank you.
Best Regards.
Comment