Guest User

Untitled

a guest
Jul 19th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2. // ...
  3. $sql = "SELECT * FROM " . P_POSTER_ASSIGN . " WHERE poster_id = $id";
  4. $result = mysql_query($sql, $this->conn_id);
  5.  
  6.  
  7.  
  8. while($row = mysql_fetch_assoc($result))
  9. {
  10. $data['assign'][$row['id']] = $row;
  11. }
Add Comment
Please, Sign In to add comment