Hello
I am trying to write a script that writes form contents to a file, using fopen.
i am getting this error:
Parse error: syntax error, unexpected T_VARIABLE in d:\hshome\c239198\local54memberforum.com\submitcomment.php on line 8
using this line of code
$fp = fopen("d:\hshome\c239198\local54memberforum.com\comment.txt", 'ab');
anyone know why this is not working?