greymonkey
Technical User
Hi All,
I need to read the text from an uploaded text document and input this into a field on my sql server.
I have to code:
$story_text = file_get_contents($upfile);
which read the document ok but it also includes all of the strange asci codes.
Any Suggestions?
Thanks,
I need to read the text from an uploaded text document and input this into a field on my sql server.
I have to code:
$story_text = file_get_contents($upfile);
which read the document ok but it also includes all of the strange asci codes.
Any Suggestions?
Thanks,