how come whenever i run this code i get a error that says

 "Warning: Unexpected character in input: '\' (ASCII=92) state=1 in 
c:\phpdev\www\public\notch\bioupdate.php on line 28

Parse error: parse error in c:\phpdev\www\public\notch\bioupdate.php on line 
28"


<?php
$fp = fopen("./notch/" . $notch_member . ".txt", "r+");
if (!fp) die ("Cannot open file for writing. Please contact me.");
fwrite($fp, $notch_member . $bio);  
?>

Reply via email to