Witam, otóż stworzyłem podstrony w php. Niestety na stronie pojawiają mi się błędy:
index.php
<div id="content_main">
<table boreder="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<?php
if ($index=="") {
include("start.php");
}
else {
include("start.php".$start.".php");
}
include("podstrony/link1.php".$link1.".php");
include("podstrony/www.php".$www.".php");
include("podstrony/wwww.php".$wwww.".php");
?>
</td>
</tr>
</table>
</div>
Natomiast na Stronie głównej pojawiają się następujące problemy:
<?php
dsadfff
Warning
: include(podstrony
/link1
.php
.php
) [function.include]: failed to open stream
: No such
file or directory in E
:Program FilesVertrigoServwwwmm_phpindex
.php on line 71
Warning: include() [function.include]: Failed opening 'podstrony/link1.php.php' for inclusion (include_path='.;C:php5pear') in E:Program FilesVertrigoServwwwmm_phpindex.php on line 71
Warning
: include(podstrony
/www
.php
.php
) [function.include]: failed to open stream
: No such
file or directory in E
:Program FilesVertrigoServwwwmm_phpindex
.php on line 72
Warning: include() [function.include]: Failed opening 'podstrony/www.php.php' for inclusion (include_path='.;C:php5pear') in E:Program FilesVertrigoServwwwmm_phpindex.php on line 72
Warning
: include(podstrony
/wwww
.php
.php
) [function.include]: failed to open stream
: No such
file or directory in E
:Program FilesVertrigoServwwwmm_phpindex
.php on line 73
Warning: include() [function.include]: Failed opening 'podstrony/wwww.php.php' for inclusion (include_path='.;C:php5pear') in E:Program FilesVertrigoServwwwmm_phpindex.php on line 73
?>