Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2.     $edit1 = mysql_query("SELECT * FROM torrents WHERE id = $id");
  3.     $resultEdit1 = mysql_query($edit1);
  4.    
  5.     $edit1Stores = array();
  6.    
  7.     while ($edit1Store = mysql_fetch_assoc($resultEdit1)) {
  8.     $edit1Stores[] = $edit1Store;
  9.         }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement