473,396 Members | 1,671 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Fehlermeldung wegen )

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.php">

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("include.php");
if (!$send){ ?>
<form name="form1" method="post" action="index.php">

Ende des Scriptes:

?>
</td>
</tr>
</table>
</body>
</html>

Danke im vorraus

ciao
Jul 17 '05 #1
3 1874
Hi !

On 12 Nov 2003 03:40:22 -0800, ka*****@web.de (katnjef) wrote:
Hi,

You have better chances gettingan answer, if you use english...
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.php">

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("include.php");
if (!$send){ ?>
<form name="form1" method="post" action="index.php">

Ende des Scriptes:

?>
</td>
</tr>
</table>
</body>
</html>


Open it on your ftp site with an editor that supports that (ie
UltraEdit) and search for the "(" character.

HTH, Jochen
--
Jochen Daum - CANS Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces.
http://sourceforge.net/projects/phpdbedittk/
Jul 17 '05 #2
> <?php
require("include.php");
if (!$send){ ?>
<form name="form1" method="post" action="index.php">
Fängst Du denn Dein PHP Skript wieder an ?
Weil als nächstes jetzt gleich wieder Skriptende kommt...
Vielleicht nach if erstmal mit echo den Code ausgeben...
so häufige Wechsel zwischen HTML und PHP würden mich
verrückt machen :-)

Ende des Scriptes:

?>
</td>
</tr>
</table>
</body>
</html>

Danke im vorraus

ciao

Nur 'ne Idee, bin auch kein Profi.
Bye,
Konstantin
Jul 17 '05 #3
Englisch newsgroup -> englische Sprache!

This code you submitted tells us too less!
My guess is that you just messed up some echos!
The error-message would help and the code from </html> to end of file!

cy
Muhadib
katnjef wrote:
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.php">

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("include.php");
if (!$send){ ?>
<form name="form1" method="post" action="index.php">

Ende des Scriptes:

?>
</td>
</tr>
</table>
</body>
</html>

Danke im vorraus

ciao


Jul 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: mooneater | last post by:
Hallo, ich bin neu mit dem Umgang mit PHP, und ich habe folgendes (siehe unten) programmiert. Nun erhalte ich bei Aufruf meiner PHP-Datei folgende Fehlermeldung: Parse error: parse error,...
3
by: Erwin Prinzen | last post by:
Hallo allerseits, habe die UDB 8.1 mit dem Fixpack 7a versehen. Will man nun aus dem ControlCenter die Leistungsparameter mit dem Wizard neu berechnen lassen, so wird beim fertigstellen dieser...
0
by: Stefan Fiedrich | last post by:
Hallo all, I have two dbs and I would like to open one db from another by calling a VBA function. The db I'll try to invoke has a password. What is my mistake ?? Option 1: Function Open1()...
0
by: Adrian Sommer | last post by:
Hallo, meine frontend-mdb lässt sich nicht mehr benutzen. Sie kann zwar geöffnet werden aber sobald ich eine Tabelle/Formular/Modul öffnen möchte erscheint die Fehlermeldung: "Es wurde...
10
by: Maik | last post by:
Hello, I've got a problem with access to special ranges. I renamed some cells (for example "C4" in "CUSTOM.GENERAL.VPRIM"). This is necessary, because I have to read out only these cells in...
7
by: Timo Haberkern | last post by:
Hi there, i have some troubles with my TSearch2 Installation. I have done this installation as described in http://www.sai.msu.su/~megera/oddmuse/index.cgi/Tsearch_V2_compound_words...
8
by: Andi Reisenhofer | last post by:
Hallo, Ich versuche einen Key von einem Programm (www.winhound.com) zu entfernen das sich immer wieder bei mir "einnistet". Der Schlüssel...
2
by: Nikolai Wylutzki | last post by:
Hallo An alle obwohl ich hier in VB 6.0 entwickle sztelle ich diese frage in diesem Forum, da ich mir nicht anders helfen kann. In einem anderen Forum habe ich bis jetzt noch keine Antwort zu...
9
by: id10t error | last post by:
Hello, I am going to be using a Symbol WT4090 to scan items. I need to printer a tag from the Zebra ql320 plus. I am trying to do this is Visual basic 2005. Does anyone know and good site to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.