Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [Mysql/php], problem z danymi
Kamils2
post
Post #1





Grupa: Zarejestrowani
Postów: 158
Pomógł: 0
Dołączył: 13.09.2006
Skąd: Puławy

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


witajcie mam problem
otoz skrypt do newsow ktory dziala u mnie na localhoscie po zmianie kodu wysweitlania oraz serwera i bazy na moj localhost przestal dzialac

otrzyuje blad


Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Program Files\WebServ\httpd\news.php on line 32

na kodzie

  1. <?php
  2. $link = mysql_connect("localhost", "root", "")
  3.  or die ("Nie można nawiązać połączenia z bazą danych");
  4.  $link=mysql_query('SELECT * FROM news ORDER BY id desc');
  5.  while($wiersz=mysql_fetch_array($link))
  6. {
  7.  
  8. <table cellpadding="0" cellspacing="0">
  9. <tr>
  10. <td width="597px" height="7px" valign="top">
  11. <img src=themes/Kamils2/gfx/news/topx1.gif></td></tr>
  12. <tr>
  13. <td class="newsbar" width="597px" height="19px">
  14. Autor: '.$wiersz['autor'].'
  15. <table class="text">
  16. <tr>
  17. <td widht="100px">
  18.  
  19. </td>
  20. <td widht="10px"></td>
  21. <td widht="200px">
  22.  
  23. </td>
  24. <td widht="10px"></td>
  25. <td widht="100px" class="padding">
  26. <a href=link.php></a>
  27. </td>
  28. </tr>
  29. </table>
  30.  
  31. </td></tr>
  32. <tr>
  33. <td class="ntitle" height="45px">
  34.  
  35. </td>
  36. </tr>
  37. <tr>
  38. <td class="trescnewsa">
  39. <table align="left" border="0" cellpadding="0" cellspacing="0">
  40. <tbody><tr><td>
  41.  
  42.  
  43.  
  44. </td></tr></tbody></table>
  45.  
  46.  
  47.  
  48. </td>
  49. </tr>
  50. </td>
  51. </tr>
  52. <tr>
  53. <td height="20px"></td>
  54. </tr>
  55. <tr>
  56. <td class="trescnewsa">
  57. <b> </b>
  58. </td></tr>
  59. </table>
  60. ';
  61. }
  62. ?>


moze wie ktos o co chodzi bo ja juz nie mam pojecia skrypt wczesniej dzialal tak samo jak komentarze do tych newsow i wszystko a teraz :/ wzia i sie zacia
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: 24.08.2025 - 14:19