Image

Imagedeadlybulb wrote in Imagephp_dev

Web Based File Editor

Hey folks,

This is my 1st post to this community. I am by no means a PHP pro, but I know enough to be dangerous. Currently I am trying to edit a text file from the web, but PHP keeps putting a \ after every " I place in the file.

Example:
Prior to save: "hello"
Post save \"hello\"

I have searched all over the place for tha past few days, only to end in frustration. Any help would be greatly appreciated.