Re: [PHP] Newbie in Need of Help!

2001-10-23 Thread Mike Eheler
The best way to do this is not to call them pick1, pick2, etc.. but call them all pick[]. Here's an example: St. Louis Washington St. Louis Washington Then in your PHP code you can do it like this: $value) { echo $value.''; } ?> or, if you prefer more traditi

[PHP] Newbie in Need of Help!

2001-10-23 Thread JMack
Greetings. I have been playing around with PHP this week, programming a football pool. I have hit a small snag that I would like some assistance with, if anyone knows the answer -- it's probably very simple, but my Intro to PHP book does not tell me how to do it. I have an HTML form in a PHP pa