Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. /* Выполнение SQL query */
  2. $query = "SELECT * FROM my_table";
  3. $result = mysql_query($query) or die("Query failed");
  4.  
  5. $line = mysql_fetch_array($result, MYSQL_NUM);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement