Posted to
PHP Community
by
JohnnyDangerously
on
06-27-2009, 9:48 AM
ERROR:
PHP Warning: fopen(inquiry.txt) [function.fopen]: failed to open stream: Permission denied in C:\inetpub\wwwroot\HollyDilts\eform.php on line 16
CODE:
$name = $_POST['name'];
$email = $_POST['email'];
$message = $_POST['message'];
// set file to write
$file = 'inquiry.txt';
// open file
$fh = ...