Re: [PHP] Re: New way to make select boxes auto select

2002-07-26 Thread Nathan Cook
From: lallous [EMAIL PROTECTED] I use javascript for that! :) I try to steer away from javascript as much as possible (and anything else client-side), unless I know my audience extremely well and they are locked into a certain browser and version, i.e. internal applications. But I like that

[PHP] Re: New way to make select boxes auto select

2002-07-26 Thread Richard Lynch
You may already be doing it like this, but I think I found a new way to make select boxes auto-select (what data they put in) a lot easier. All you have to do is put a variable in each select tag that is equal to the value of the select option i.e.: option value=teacher $teacher -- then all you