phpbar.de logo

Mailinglisten-Archive

[php] Formularauswertung misslingt

[php] Formularauswertung misslingt

Olaf Gleba php_(at)_phpcenter.de
Tue, 03 Sep 2002 23:27:03 +0200


Am 03.09.2002 19:13 Uhr schrieb "Stefan Brueckmann" unter
<mailingliste_(at)_dr-brueckmann.de>:

Ach ja, noch was.
 
> if (!isset($Vorname) {
>  $Vorname = $_POST['Vorname']
> }

mach doch besser

 if (!isset($_POST["Vorname"])) {
  ...
 }

...

-- 
Olaf Gleba | creatics media&systems
http://www.creatics.de | mailto:og_(at)_creatics.de


php::bar PHP Wiki   -   Listenarchive