Developer Support »

I am trying to get the script to write a csv file  (See more user questions)

Hi

Did you try it with the default settings first? Might be an idea to do so.
Be sure that it works first. I have attached a fresh script for you, should
you need it.

Permissions are down to your server. I only offer a suggestion. If you
think it's a permission issue, use 777 which works in all cases.

Your path doesn't look right. It would be more like this:

$path_to_csv_file = "/home/users/blah/formdata/";

Try that, or the default setting, see how it goes.

Any questions, just let me know.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

----- Original Message -----
Sent: Friday, April 24, 2009 9:44 PM
Subject: FormToEmail script


> Comments: I am trying to get the script to write a csv file. I have
> created a formdata directory and chmod 770, it as instructed. The path I
> set as $path_to_csv_file = dirname(__FILE__) .
> "/home/users/blah/formdata/"; I am on a linux server. My domain name
> is .com , is it my path that is incorrect? The script works and
> emails me the response, but no file is created.