Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?
  2.         $result = mysql_query(connect_db(), "SELECT type_id,type_name FROM type_device");
  3.          while ( $count= mysql_fetch_array($result) )
  4.         {
  5.             echo $count['type_id'], $count['type_name'];
  6.         }          
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement