What would be the best way? Array?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Robert Plank
Forum Contributor
Posts: 110
Joined: Sun Dec 26, 2004 9:04 pm
Contact:

Post by Robert Plank »

That doesn't use arrays so it's going to be a pain in the butt to change the number of business owners later but I guess if you don't plan on changing it and it works ok then who cares.
bordman
Forum Newbie
Posts: 16
Joined: Thu Jan 26, 2006 8:20 am
Location: RI

What do you mean?

Post by bordman »

You can change the number of owners at the top. This just sends an email...there is no db.
Robert Plank
Forum Contributor
Posts: 110
Joined: Sun Dec 26, 2004 9:04 pm
Contact:

Post by Robert Plank »

Yeah but when you write the code that sends the e-mail you're going to end up having to say $_POST["name1"] ... $_POST["name2"] ... etc.
Post Reply