.dat file is ...?
.dat file is ...?
Out of context: Reply #6
- Started
- Last post
- 9 Responses
- fugged0
Without seeing the php, i couldn't tell ya - but I'll bet it's just a delimited text file. Create an empty text file named emailSignup.dat text file, put in the correct directory and then set permissions to make it writable. To do that, just telnet in and issue a chmod command: chmod 777 emailSignup.dat. Then give it a test and see what gets written to the file.