perfectspa Posted February 26, 2007 Share Posted February 26, 2007 Hi I've recently purchased a copy of PHP Form Wizard (http://www.tools4php.com/index.html) Which, being not very 'techie', seemed to provide what I needed from php in a easy to use format. I've tried to get help from their support desk, but have had no response from the 4 messages I've sent in the last week. If anyone here is familiar with form wizard, and able to help I'd really appreciate it. All I'm trying to do is gather information from a form which can then be sent via email, and also written to a .csv file on the server, but when I submit the form I get the following error: Warning: fopen(test.csv): failed to open stream: Permission denied in d:\Inetpub\vhosts\psgd.co.uk\httpdocs\test.php on line 42 Cannot open file (test.csv) I have tried both setting up a csv file called test.csv and putting it on my server, and also not having a file so that php form wizard can create one automatically. all attempts get this error. is anyone able to help me? thanks so much. Link to comment https://forums.phpfreaks.com/topic/40153-help-with-php-form-wizard/ Share on other sites More sharing options...
monk.e.boy Posted February 26, 2007 Share Posted February 26, 2007 test.csv needs to be in you root folder. fopen( '/my_folder/test.csv' ) would look in http://www.site.com/my_folder/ for your csv file. This is all a bit simplified, but I hope you see what I mean. Hope that helps, monk.e.boy Link to comment https://forums.phpfreaks.com/topic/40153-help-with-php-form-wizard/#findComment-194346 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.