Re: [PHP-DB] Stuck on basic concept, how to use a list selection?

2004-03-19 Thread dogu
Awww jeez, you mean I have ta think? LOL. I appreciate the comments. Not asking for full code, don't want that ever. I think I may be going at this the wrong way - biting off too much at one sitting. I'm working from a book by Steven Schafer "Apach, MySQL, and PHP - Weekend Crash Course'.

Re: [PHP-DB] Stuck on basic concept, how to use a list selection?

2004-03-19 Thread John W. Holmes
From: "dogu" <[EMAIL PROTECTED]> > I'm still not quite there, I can see the misty shape of a solution but > the details are still a bit hazy. > > The code I posted it the whole shebang. I've made some attempts to > 'form enable' it, but can't figure out where to put the , > and submit stuff so th

Re: [PHP-DB] Stuck on basic concept, how to use a list selection?

2004-03-19 Thread dogu
John, I'm still not quite there, I can see the misty shape of a solution but the details are still a bit hazy. The code I posted it the whole shebang. I've made some attempts to 'form enable' it, but can't figure out where to put the , and submit stuff so the entire thing renders as a form an

Re: [PHP-DB] Stuck on basic concept, how to use a list selection?

2004-03-19 Thread John W. Holmes
From: "Doug F" <[EMAIL PROTECTED]> > Populate a dropdown list with values from a MySQL db (done and working). > Use the selected value as the 'where' clause in a second query. > Return the results and display them to the user. > > Any pointers are appreciated - noob^3 (html, mysql, and php). > > D