Hello,
I'm a new php programmer and I have been running into something that I cannot fix. Se, I'm making a script were I can upload on my server and it will let me modify and files through the script. The problem is when after I save my changes, I check the file just to find this character: \ right before any qoutes in the file. I have tried to remove this with the trim function but that function only takes out the \'s in the beg and ending of the file only, not the entire file itself. Is there any function that can do this? I have checked through the php manual but found nothing
Also, I'm brand new to databases, is there a tutorial on the web that explains MySQL is about and stuff.
Oh yea, I'm only 14 if you were wondering how young a php programmer can be.
Thank you!