Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php
  2.  
  3. "SELECT * FROM `ft_form_1` WHERE `col_1` = 'submission_id'"
  4. or die(mysql_error());
  5.  
  6. echo "<table border='0'>";
  7.  
  8. $row=mysql_query($result) or die(mysql_error());
  9.  
  10. echo "<tr><td>";
  11. echo $row['submission_id 2'];
  12. echo "</td></tr>";
  13.  
  14. echo "</table>";
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement