Quantcast
Channel: PHP
Viewing all articles
Browse latest Browse all 28

PHP Open Stream Error

$
0
0
I am trying to make a simple contact form for a simple website, just a little messing around. After getting all the code set up I ran the form and I got this error:
"Warning: fopen(contactinfo.txt): failed to open stream: Permission denied in /home/cabox/workspace/contact/answers.php on line 2 Unable to open file!"
I am using the online "CodeAnywhere" editor.
My full code here:
HTML:
<!DOCTYPE html>
<html lang="en">
<head>
  <style>
    .center {
  text-align: center;
}
.pagination {...
PHP Open Stream Error

Viewing all articles
Browse latest Browse all 28

Trending Articles