Jump to content

Contact Form error


angela_zou

Recommended Posts

Happy New Year everyone,

 

  Got a quick question, the following errors appear when I submit a form. The form went through, but the warning got me worried a bit. I don't know what 'admin/data.dat' is, and it didn't come with the package when I got the form either. I am assuming it's a system file, but the tech people at the web hosting service tell me it's not.

 

  I never had this problem until a few days ago when the tech people at the hosting company fixed a MySQL connection problem. Please take a look at the codes and the warnings.

 

 

Warning: fopen(admin/data.dat) [function.fopen]: failed to open stream: No such file or directory in /hermes/web03/b498/moo.centilincom/en/process.php on line 33

 

Warning: fwrite(): supplied argument is not a valid stream resource in /hermes/web03/b498/moo.centilincom/en/process.php on line 37

 

 

$make=fopen("admin/data.dat","a");

$to_put="";

$to_put .= $YourName."|".$YourCompany."|".$EmailAddress."|".$ContactNumber."|".$Message."

";

fwrite($make,$to_put);

 

 

Thanks in advance,

Angela

Link to comment
https://forums.phpfreaks.com/topic/223118-contact-form-error/
Share on other sites

  • 4 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.