Re: [PHP] drop-down menu variables

2001-04-05 Thread Joe Stump
You should all check out libHTMLForm at http://www.nirvani.net/software - it has all sorts of functions for writing HTML forms easily and painlessly. I use it all the time now (shameless plug - my roommate wrote it a while back). --Joe On Fri, Apr 06, 2001 at 02:35:11AM +0200, Richard wrote: > Y

Re: [PHP] drop-down menu variables

2001-04-05 Thread Richard
You must set: some text if it's a SELECT list. Use to set an initialized text. Use .VALUE to check if it's empty or not... But beware, sometimes it forgets the contents... If you would use the JavaScript "alert(text)" function... - Richard ""Joao Monteiro"" <[EMAIL PROTECTED]> wrote in mess

[PHP] drop-down menu variables

2001-04-02 Thread Joao Monteiro
when i edit variables with a form the ones wich are simple text get corrected ok, but the ones chosen from drop-down menus only get added to existing variables... what am i doing wrong? Thanx Joao Monteiro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE