View Single Post
Old 12-02-2003, 07:16 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,530
sde is on a distinguished road
you need to escape special characters by putting a \ before them.

for example:
PHP Code:
<?
print("this is how you would print a string with \"double quotes\".";
?>
the same should apply for fwrite.

hope this helps!
__________________
Mike
sde is offline   Reply With Quote