warning no2
#10
der fehler liegt auch immer in include:

PHP-Code:
<html>

<
head
<
title>Weg mit den Frames ;-)</title
</
head

<
body link="#FFFFFF"

<
table align="center" width="80%"
<
tr
<
td

<!-- Die 
Linke Seitealso wo das Menü ist --> 
<
table bgcolor="#33CCFF" border="1" bordercolor="#000000" width="250"
<
tr><td><a href="?goto=news">Link1</a></td></tr
<
tr><td><a href="?goto=downloads">Link2</a></td></tr
</
table
<!-- 
Linke Tabelle ende --> 

</
td
<
td width="20"

</
td
<
td bgcolor="#33CCFF" width="600"

<?
php 
switch($goto) {
case 
"news":

$path "\"news.html\"";

case 
"downloads":

$path "\"news.html\"";
}

include(
$path); // <----- Warning: main(): Failed opening '' for inclusion (include_path='.;c:\php4\pear') in d:\justus\htdocs\test\h.php on line 37
?> 

</td> 
</table> 

</body> 
</html> 

@ kickedinthehead: nö, funzt leider auch net
  Zitieren


Nachrichten in diesem Thema
warning no2 - von trefixxx - 07.02.2004, 09:44
[Kein Betreff] - von pattex - 07.02.2004, 11:49
[Kein Betreff] - von trefixxx - 07.02.2004, 12:19
[Kein Betreff] - von pattex - 07.02.2004, 13:07
[Kein Betreff] - von trefixxx - 07.02.2004, 18:28
[Kein Betreff] - von pattex - 07.02.2004, 19:41
[Kein Betreff] - von trefixxx - 07.02.2004, 22:12
open_basedir - von SunSonic - 08.02.2004, 13:25
[Kein Betreff] - von kickedINtheHEAD - 08.02.2004, 13:32
[Kein Betreff] - von trefixxx - 08.02.2004, 13:41
[Kein Betreff] - von kickedINtheHEAD - 08.02.2004, 14:09
[Kein Betreff] - von trefixxx - 08.02.2004, 14:18

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 3 Gast/Gäste