Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [php] problem z podstronami
Jerzy
post
Post #1





Grupa: Zarejestrowani
Postów: 29
Pomógł: 0
Dołączył: 19.08.2007

Ostrzeżenie: (0%)
-----


Witam, otóż stworzyłem podstrony w php. Niestety na stronie pojawiają mi się błędy:

index.php
  1. <div id="content_main">
  2. <table boreder="0" cellpadding="0" cellspacing="0">
  3. <tr>
  4. <td>
  5. <?php
  6.  
  7. if ($index=="") {
  8. include("start.php");
  9. }
  10. else {
  11. include("start.php".$start.".php"); 
  12. }
  13.  
  14. include("podstrony/link1.php".$link1.".php");
  15.  
  16. include("podstrony/www.php".$www.".php");
  17.  
  18. include("podstrony/wwww.php".$wwww.".php");
  19.  
  20. ?>
  21. </td>
  22. </tr>
  23. </table>
  24. </div>



Natomiast na Stronie głównej pojawiają się następujące problemy:
  1. <?php
  2. dsadfff
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. ?>
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 17.09.2025 - 14:18