Search found 3 matches

by Trommil
Wed Dec 01, 2004 12:12 pm
Forum: PHP - Code
Topic: Textarea list into MySql
Replies: 3
Views: 268

Worked a treat. I'll have to research $_POST. Makes me wonder what else I've missed.
by Trommil
Tue Nov 30, 2004 2:35 pm
Forum: PHP - Code
Topic: Textarea list into MySql
Replies: 3
Views: 268

Great, thanks for the reply. I'll give it a go.
by Trommil
Tue Nov 30, 2004 2:13 pm
Forum: PHP - Code
Topic: Textarea list into MySql
Replies: 3
Views: 268

Textarea list into MySql

I've been trying to find an easy way to put a list of about 100 email addresses into a MySQL database using PHP (these are people who want their email addresses put in the database and not spam in any form). So far I've come up with the idea of having a textarea where the list of email address can b...