angela_zou Posted January 1, 2011 Share Posted January 1, 2011 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 Quote Link to comment Share on other sites More sharing options...
ZulfadlyAshBurn Posted January 23, 2011 Share Posted January 23, 2011 make sure that admin/data.dat is available in your server. If not it wont work. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.