phpbar.de logo

Mailinglisten-Archive

[php] Problem mit Webformular

[php] Problem mit Webformular

Michael Stahmann Michael_(at)_Stahmann.de
Tue, 08 Feb 2000 19:26:53 +0100


Holger Janning wrote:

> Hallo,
> habe ein Problem mit einem Web-Formular...
> Parse error: parse error in /home/holger/pflege.php3 on line 79
> (obwohl das php3 dokument nur 78 zeilen hat....)
> was mache ich falsch....?
> <?

........

>  if($cmd=="show")
>   {

-----^ und dann soll das Formular ausgegeben werden (vermute ich mal).
       So geht´s nicht - dann musst Du schon in PHP weitermachen
z.B. echo "<form method=\"post\" action=\"pflege.php3?cmd=neu\">";
Sonst ist die if-Bedingung und das Script nicht abgeschlossen und PHP
meldet den Fehler am Ende. Das kommt häufig vor, wenn eine Bedingung
nicht richtig mit } abgeschlossen wurde.

?>

> <html>
> <head>
> </head>
> <form method="post" action="pflege.php3?cmd=neu">
> bla bla bla
> </form>
> </html>

Gruß Michael


--
--------------------------------------------------------
Michael Stahmann,      web-xact.de <website-development>
http://www.web-xact.de           mailto:info_(at)_web-xact.de
Burchardstr. 10, D-28217 Bremen, Tel/Fax 0421-3887750/51
--------------------------------------------------------




php::bar PHP Wiki   -   Listenarchive