Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> firefox
hmmm
post
Post #1





Grupa: Zarejestrowani
Postów: 247
Pomógł: 0
Dołączył: 4.01.2005

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


zainstalowalem sobie firefoxa.
pod ie wszystko wyswietla mi poprawnie. sprawdzalem tez poprawnosc poprzez validatora i nie mam zadnych bledow w kodzie xhtml, a moje skrypty php rowniez sa poprawne, skoro wszystko dziala pod ie.
w czym rzecz? musze cos ustawic? czy mozliwe, ze mam bledy w skryptach?
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
hmmm
post
Post #2





Grupa: Zarejestrowani
Postów: 247
Pomógł: 0
Dołączył: 4.01.2005

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


heh ... dobre.
zastanawialem sie tylko, czy to jest wina kodu czy ustawien przegladarki.
no ale ... to jest kod index.php
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
  5. <title> to caly ja </title>
  6. <link rel="stylesheet" type="text/css" href="css/index.css" />
  7. <?php @include('inc/info.inc');
  8. require_once ('../connect.php');
  9. ?>
  10. </head>
  11.  
  12. <!-- A0 -->
  13.  
  14. <div id="A0">
  15.  
  16. <!-- A2 -->
  17.  
  18. <div id="A2">
  19.  
  20. <table id="A2out" border="0" cellspacing="0" cellpadding="0">
  21. <tr>
  22. <td id="A2left">
  23.  
  24. <!-- A1 -->
  25. <!-- A1 jest czescia A2 -->
  26.  
  27. <div id="A1">
  28. <img src="graphic/logo.jpg" alt="" />
  29. </div>
  30.  
  31. <?php
  32. if (isset($_GET['file'])) {
  33. if (strlen($_GET['file']) > 0) {
  34. $file = $_GET['file'];
  35. $temp = explode ('-', $file);
  36. $fileyear = $temp[0];
  37. $filemonth = $temp[1];
  38. @include('inc/showfile.inc');
  39. } else {
  40. echo "dostales sie tu w nieprawidlowy sposob.<br />\n";
  41. }
  42. } elseif (isset($_GET['start'])) {
  43. if (strlen($_GET['start']) > 0) {
  44. @include('inc/shownotes.inc');
  45. } else {
  46. echo "dostales sie tu w nieprawidlowy sposob.<br />\n";
  47. }
  48. } else {
  49. @include('inc/shownotes.inc');
  50. }
  51.  
  52. echo "</td>\n";
  53. echo "<td id=\"A2right\">\n";
  54.  
  55. if (isset($_GET['start']) OR isset($_GET['file'])) {
  56. echo "<div style=\"padding-bottom: 2px;\">\n";
  57. echo "<a class=\"ablack\" href=\"index.php\">strona glowna</a>\n";
  58. echo "</div>\n";
  59. }
  60.  
  61. @include('inc/bookmenu1.inc');
  62. @include('inc/me1.inc');
  63. @include('inc/filemenu.inc');
  64. @include('inc/me2.inc');
  65.  
  66. ?>
  67.  
  68. <div id="empty">
  69. </div>
  70. </td>
  71. </tr>
  72.  
  73. </div>
  74.  
  75. <!-- A3 -->
  76.  
  77. <div id="A3">
  78.  
  79. <?php @include('inc/copyrights.inc');
  80. mysql_close();
  81. ?>
  82.  
  83. </div>
  84.  
  85. </div>
  86.  
  87. </body>
  88. </html>

mam tez podac kod plikow includowanych?
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: 6.10.2025 - 07:55