Hi,
habe ein php-Script geschrieben und auf dem Webserver kopiert.
Dort funktioniert es fehlerfrei. Das gleiche Script auf einem
anderen Webserver bringt eine Fehlermeldung in Zeile 1
und stellt im Browser zusätzlich zweimal eine runde Klammer ) dar.
Eine am Anfang:
</head>
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0 ">
)
<form name="form1" method="post" action="index.p hp">
und eine am Ende des Quelltextes im Browser:
</td>
</tr>
</table>
</body>
</html>)
Ich finde leider nicht die Ursache heraus. Weiß jemand Rat ?
Hier noch ein Stück Original-Script:
Anfang:
</head>
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0 ">
<?php
require("includ e.php");
if (!$send){ ?>
<form name="form1" method="post" action="index.p hp">
Ende des Scriptes:
?>
</td>
</tr>
</table>
</body>
</html>
Danke im vorraus
ciao
habe ein php-Script geschrieben und auf dem Webserver kopiert.
Dort funktioniert es fehlerfrei. Das gleiche Script auf einem
anderen Webserver bringt eine Fehlermeldung in Zeile 1
und stellt im Browser zusätzlich zweimal eine runde Klammer ) dar.
Eine am Anfang:
</head>
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0 ">
)
<form name="form1" method="post" action="index.p hp">
und eine am Ende des Quelltextes im Browser:
</td>
</tr>
</table>
</body>
</html>)
Ich finde leider nicht die Ursache heraus. Weiß jemand Rat ?
Hier noch ein Stück Original-Script:
Anfang:
</head>
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0 ">
<?php
require("includ e.php");
if (!$send){ ?>
<form name="form1" method="post" action="index.p hp">
Ende des Scriptes:
?>
</td>
</tr>
</table>
</body>
</html>
Danke im vorraus
ciao
Comment