Public Voice Network
- Your Favourite Song 4949
- Best Home Inkjet 1515
- loading images into a DIV 99
- external hard drive 77
- Pic of the Day 71847184
- eBay/PayPal problem. 88
- grunttt 66
- Jaline 2525
- Logo Crit 3232
- Things to check out in Sa… 1111
- girlfriend and design wor… 2828
- Powerbook G4 1414
- A word that... 1717
- design is unnecessary 6161
- Tumblr anyone? 22
- blog 2361023610
- global corporate sites 22
- EC: Village Green 1414
- Funkrock or Funk Rock? 55
- How do you know... 8080
- ffffound invite swapshop 398398
- tricky 77
- Great Sport Photos 307307
- Funk, Raregroove & So… 1818
.dat file is ...? 99 Responses
Last post: 1 month, 3 weeks 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


