Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <html>
  2.  
  3. <?php
  4. include('config.php');
  5.  
  6. $zbierz_dane="SELECT * FROM wpis";
  7.  
  8. $wyswietl_dane=mysql_query($dane);
  9.  
  10. while ($row = mysql_fetch_assoc($wyswietl_dane)){
  11.  echo $row["wpis"];
  12.  echo $id["id"];
  13.  echo $podpis["podpis"];
  14. }
  15.  
  16. ?>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement