Search found 2 matches

by smplejohn
Wed Jul 28, 2010 11:41 am
Forum: PHP - Theory and Design
Topic: Sending SMS with loop to all carriers a good idea?
Replies: 1
Views: 1114

Sending SMS with loop to all carriers a good idea?

I've got a table set up with a huge list of carriers and I can successfully send and SMS through the various emails. My thought is to have the script loop through all the possible addresses in the table so it'll send to the right one, but simply kick back an undeliverable with the bad addresses. See...
by smplejohn
Wed Nov 26, 2008 9:18 am
Forum: Databases
Topic: Blogging network - create new db or just new table?
Replies: 1
Views: 743

Blogging network - create new db or just new table?

I'm creating my first php app that is a blogging network. When a user signs up I want them to be able to blog under their own username and not have it be shown to anyone else. My questions is, will I create a new db for each user or just a new table? This will need to hold all the typical blogging e...