Forum Moderators: coopster
eg. " is written into the file as \"
this is disastrous because the text file must be used for content for an html page obviously containing html tags with attributes.
can anyone suggest any ways of solving this?
$fp = fopen(...
fwrite($fp, stripslashes($data));
[uk2.php.net...]