Re: [PHP] Disabled INPUT-Tags?!

2003-02-15 Thread Leif K-Brooks
This is an HTML question, not a PHP question, but try adding a hidden field next to the disabled one. menphrad wrote: Hi! I created a form that handles dates, e.g. a DATE_START and a DATE_END. The "DATE_START" is filled out automagically by a PHP-function and the field should be *disabled*: $j

[PHP] Disabled INPUT-Tags?!

2003-02-15 Thread menphrad
Hi! I created a form that handles dates, e.g. a DATE_START and a DATE_END. The "DATE_START" is filled out automagically by a PHP-function and the field should be *disabled*: " disabled="true"> But since this field is disabled it is NOT handled by the PHP-Script that writes into the MySQL-DB! How c