Mailinglisten-Archive |
Ralf Semroch wrote: > > Hallo Liste, > > ich ahbe ein Problem mit einem Formular und der > E-Mailadressenüberprüfung... > > Folgender Code > > <form action = "<? echo $PHP_SELF ?>" method = "post"> > <input name="mailadresse" type="Text"><input type="image" > src="../bilder/go2.gif" align="absmiddle" hspace="10" border="0" > name="go"></form> > <?php > if (isset($go)) > { > > funktioniert einfach nicht... er geht einfach nicht in if (isset... > rein... > > Was mache ich falsch? > > Danke für Eure Antwort, > > Ralf ok, ich bin zwar kein Maisser des PHP aber ° wenn deine PHP Installation keine Short-Tags oder wie das auch immer genannt wird verarbeitet, wird die Umsetzung bei -- action = "<? echo $PHP_SELF ?>" -- haenen bleiben ... ^^^^ (enventuell aendern in <?php) ° PHP_SELF : If PHP is running as a command-line processor, this variable is not available. (auszug aus der docu) Gruß, daniel
php::bar PHP Wiki - Listenarchive