Mailinglisten-Archive |
>Kann es sein, dass es
>
>echo $_GET['formFirstName'];
> ^^
>heissen muß?
Was meinst Du jetzt genau?
Die alte Variante funktioniert ja.
Die Variabel kommt von diesem Formular:
<form action="<?php $php_self ?>" method="get">
<input type="text" name="formFirstName" value="value" size="40"
maxlength="40"><br>
<input type="text" name="formLastName" value="value" size="40"
maxlength="40"><br>
<input type="text" name="formUserName" value="value" size="40"
maxlength="20"><br>
<?php buildSelectList("formBusinessGroup", "SELECT bgroupID,
bgroupName " .
"FROM businessgroups ", "none");
?><br>
<?php buildSelectList("formDesk", "SELECT deskID, number " .
"FROM desks ", "none"); ?><br>
<input type="submit" name="formSubmit" value="adduser">
</form>
----------------------------------------------------------------------
If you have received this e-mail in error or wish to read our e-mail
disclaimer statement and monitoring policy, please refer to
http://www.drkw.com/disc/email/ or contact the sender.
----------------------------------------------------------------------
php::bar PHP Wiki - Listenarchive