Public Voice Network
- The fool doth think he is… 66
- Can we all make a pact? 1313
- frostbite - font Q 1717
- Joshua Davis Quote 66
- which script font… 44
- new iPods sound bad 1313
- Link a div w/ rollover 44
- EC: CSDW PUR Packets 44
- Data Visualization 55
- The End of the World 1717
- Politics 49694969
- T-Shirt Printing 1515
- Chick of the Day 17101710
- Jaline 99
- The 00s 8282
- Pic of the Day 1041610416
- landing pages 1313
- iPhone killer 3434
- year without a santa clau… 22
- skin good enough to eat 66
- AIDS question 1616
- EC: Kava Gorna 22
- EC: Lalo Gonzales 88
- Mega Menstraul Man 2121
.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


