What I’m looking at is going to be adding about 70,000 items into the select portion of a form approximately 20 different times. These items are in a database of their own. I am wondering if you can use the instead of having to type each line in my PHP code individually.
If they are in a db then just read the table and loop through each one.
Keith
any ideas on how to do that? I’m not completely new to PHP and SQL but I’ve only got the basic’s down. the more advanced things are still being illusive. Thanks in advance.
check out this thread
http://www.phphelp.com/phpBB2/viewtopic … highlight=]
it has websites to checkout for databases and forms