Public Voice Network
- Tilt Shift Videos 66
- Perception Design - updat… 2121
- Canadian Politics con'… 2222
- The Big Lebowski 5353
- Mapple 22
- 2nd Ave Conga Line! 33
- Chick of the Day 17061706
- Slap Magazine 66
- Watches 167167
- Looks like I may have los… 1515
- well designed portals 55
- Applecare for iPod 22
- blog 3093430934
- T-Shirt Printing 1313
- Grape Lady 1010
- Call Of Duty Zombie Mode 1515
- QBN Mugs '08 466466
- to those who are about to… 2323
- iPhone killer 3232
- need a little crit 1414
- It's not easy being w… 2727
- Coding fonts 1111
- It's not easy being m… 8282
- Politics 49674967
.dat file is ...? 99 Responses
Last post: 5 months ago | Thread started: Jun 30, 08, 3:26 a.m.
- Dancer
before I start: I am not that experienced with PHP and server side management.
I have been asked to set up a page that has a newsletter sign up form.
This will literally be a single input field and a submit button.
The one I am using: http://francisbooth.com/design/w…
I have gone to change the code so it works for me but am stumped when I need to change:
'emailSignup.dat'; // file to write toShould this be a database name? Table name?
Any help would be great, or a link to a simple sign up form.
Thanks
- Jun 30, 08, 3:26 a.m. – Permalink
- fugged
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.


- Dog-earJun 30, 08, 5:25 a.m. – Permalink


