Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [MySQL][PHP] Dodawanie polubień nie chodzi ;c
bartek4175
post 12.04.2014, 21:12:53
Post #1





Grupa: Zarejestrowani
Postów: 284
Pomógł: 1
Dołączył: 15.08.2013

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


Witajcie! mam kod:
  1. <?php
  2. require_once("szkielet.php");
  3.  
  4.  
  5.  
  6.  
  7. ?><div class="container border_bottom"><?
  8.  
  9.  
  10. ?><div class="main box_black"><?
  11. $filmy = "SELECT * FROM `filmy` where link";
  12. $film1 = mysql_query($filmy);
  13. $autorza = "SELECT * FROM `filmy WHERE autor`";
  14. $autor = mysql_query($autorza);
  15. $listaid = mysql_query("SELECT * FROM filmy order by id DESC limit 20");
  16. echo "<center>";
  17. ?><span style="color:white;"><?
  18. echo"<table cellpadding=\"2\" border=1>";
  19. while($r = mysql_fetch_assoc($listaid)) {
  20. echo "<tr>";
  21. echo "<td><center> <b> "; ?> <span style="color:white;"> <? echo"$r[tytul]</span></b></center></td>";
  22. echo "</tr>";
  23. echo "<tr>";
  24. ?><td><iframe width="560" height="315" src="//www.youtube.com/embed/<?php echo "$r[link]"; ?>" frameborder="0" allowfullscreen></iframe></td><?php
  25.  
  26. echo "</tr>";
  27. echo "<tr>";
  28. ?><td><center><span style="color:green;"><a href="filmy.php?id=&akcja=like&id=<? echo''.$r['id'].''; ?>">Dodaj Polubienie! </a></span><span style="color:white;">Polubień: <? echo"$r[like]"; ?></span></center></td>
  29. <td><span style="color:white;">Autor <a href="http://www.youtube.com/<?php echo"$r[autor]"; ?> "target="_blank"><b><?php echo "$r[autor]"; ?></a></a></b></span></td><?php
  30. echo "</tr>";
  31. }
  32. echo "</table>";
  33. echo "</center>";
  34. ?></div></span><?
  35.  
  36. require_once ('stopka.php');
  37.  
  38. if (isset($_GET['akcja'])){
  39. switch ($_GET['akcja'])
  40. {
  41. case 'like':
  42. mysql_query("UPDATE filmy SET `like` = like+1 WHERE WHERE id = '".(int)$_GET['id']."'") or die(mysql_error());
  43.  
  44. break;
  45. }
  46. }
  47. ?>


i dodawanie like mi nie chodzi ;cc

demo: http://pileczka.xaa.pl/filmy.php
Go to the top of the page
+Quote Post

Posty w temacie


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

 



RSS Wersja Lo-Fi Aktualny czas: 14.08.2025 - 01:36