Jump to content

Browser Editor slashes?


blackcell

Recommended Posts

I am having an issue with a web based file editor I am creating. The first issue im not too concerned with is the HTML is executed. I tried htmlspecialchars but it didn't make a difference. I am using file_get_contents($file) to pull the contents and then file_put_contents($file,$_POST['txtarea']) to save it. When I save it, there are escape slashes \ all over double quotes and single backslashes and some other stuff. Anybody know which php function is doing it and how to stop this escape routine?

Link to comment
https://forums.phpfreaks.com/topic/202849-browser-editor-slashes/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.