Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. echo "SELECT comment_id,comment_content,comment_author,users.user_thumbnail,comment_date FROM comments LEFT JOIN users ON users.ID = comments.user_id
  2. where comment_author =". $user_data['user_login']." order by comment_date desc limit 1";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement