Facebook
From Anabil, 1 Year ago, written in HTML5.
Embed
Download Paste or View Raw
Hits: 101
  1. echo "<table border=1>";
  2.             echo "<tr>";
  3.             echo "<th>";
  4.             echo "id";
  5.             echo "</th>";
  6.             echo "<th>";
  7.             echo "username";
  8.             echo "</th>";
  9.             echo "<th>";
  10.             echo "email";
  11.             echo "</th>";
  12.             echo "<th>";
  13.             echo "ip";
  14.             echo "</th>";
  15.             echo "<th>";
  16.             echo "web";
  17.             echo "</th>";
  18.             echo "<th>";
  19.             echo "dob";
  20.             echo "</th>";
  21.             echo "<th>";
  22.             echo "gender";
  23.             echo "</th>";
  24.             echo "<th>";
  25.             echo "mobile";
  26.             echo "</th>";
  27.             echo "<th>";
  28.             echo "brief";
  29.             echo "</th>";
  30.             echo "</tr>";