Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [PHP]include nie wyswietla linkow
-tyfuz-
post
Post #1





Goście







Slabo sie znam w ogole na programowaniu. Przez noc wypocilem skrypcik pobierajacy mi nazwy plikow z foldera i przerabiajacy je na linki.
Skrypt sam w sobie dziala, lecz przy probie podlaczenia go do szablonu, linki w ogole sie nie wyswietlaja (IMG:style_emoticons/default/sad.gif)

skrypt
  1. <?php
  2. if(!$add_site) exit;
  3. error_reporting(E_ALL ^ E_NOTICE);
  4.  
  5. $praw = array(6=>$link);
  6. foreach (glob('../art/*.html') as $pl) {
  7. $link=basename($pl, '.html');
  8. $praw[]=$link;
  9. }
  10.  
  11. foreach($praw as $key => $value) {
  12. echo "<a href=\"index.php?go=$key\">$value</a>\n";
  13. }
  14. ?>


komenda do include
  1. <div id="praw1"><?php include "include/prawe.php" ?> </div>

Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
-tyfuz-
post
Post #2





Goście







kod szablonu
  1. <?php
  2.  
  3. $add_site = true;
  4.  
  5. ?>
  6. <!DOCTYPE
  7. html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  8. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
  11. <?php echo '<'.'?xml version="1.0" encoding="ISO-8859-2"?'.'>'."\n"; ?>
  12. <head>
  13. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2" />
  14. <link rel="stylesheet" type="text/css" href="style.css" />
  15. </head>
  16. <body>
  17. <div id="lewe1"><?php include "include/lewe.php"; ?></div>
  18. <div id="praw1"><?php include "include/prawe.php"; ?> </div>
  19.  
  20. <div id="ramka"><div id="tekst"><?php include "include/srodek.php" ?> </div></div>
  21.  
  22. </body>
  23.  
  24. </html>


inne elementy sie wyswietlają, np. lewa czy srodek z tekstem. Wydaje mi sie, ze cos musi byc nie tak z samym skryptem (IMG:style_emoticons/default/sad.gif)
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: 9.10.2025 - 16:27