Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $query = "select posts.content,posts.spotlights,timestampdiff(minute,posts.post_time,NOW()),users.name,users.username from posts,users where posts.post_id = $post_id and users.user_id = posts.user_id";
  2. $result = $GLOBALS['db']->query($query);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement