You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$q = $db->prepare('select PostID, URL, group_concat(Name) tags from tags join posttags pt on pt.CompositeTagID=TagID JOIN tempPosts on CompositePostID=PostID group by PostID;');