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*:
<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";
?>
-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php