Hi
When I write a HTML code into a file using fopen(), PHP uses escape characters for Quotes. When i write into file from a forum instead of <a href="...">abc</a> it goes like <a href=\"...\">abc</a> in to file what should I do. There is some function that I dont remember to stop PHP doing this can somebody help please..
Thanks in Adv.,
TommYNandA