Advertisement
Guest User

SQL/PHP while loop

a guest
Jun 28th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. $query = mysqli_query($con,"SELECT * FROM tablenamehere");
  2. while(????){
  3. $game = $temp['game'];
  4. $stance = $temp['stance'];
  5. $start = $temp['start'];
  6. }
  7. echo '<div  id="accordion">
  8.        <h3> echo $game $stance $start  </td></h3>
  9.        </div>';
  10.  
  11. http://i.imgur.com/JIpfI3g.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement