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*: <input type="text" name="datum_start" size="10" value="<? echo date("j.n.Y", $jetzt); ?>" disabled="true"> But since this field is disabled it is NOT handled by the PHP-Script that writes into the MySQL-DB! How can I now solve this problem, that the field should be disabled BUT inserted into the DB?
Best regards, -- <? $name = "menphrad"; $email = "[EMAIL PROTECTED]"; $url = "http://menphrad.net"; $countrycode = "at"; ?> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php