hi all,
I have a php script that saves what the user types in into a text file using fwrite, and displays it on another page using file_get_contents.
When putting in a pound sign (£), it saves the following to the text file:
£
Any idea how I can stop this from happening and instead get the pound sign working properly?
Max.