Welcome Guest, Not a member yet? Register   Sign In
Advice? How to Tag?
#7

[eluser]jedd[/eluser]
Oh, okay.

get_tags ($postid) would then contain some SQL like this (untested, of course, so play with this a bit)

SELECT tag.name FROM post_tag WHERE post_tag.post_id = $postid LEFT JOIN tag ON tag.id = post_tag.tag_id


Messages In This Thread
Advice? How to Tag? - by El Forum - 10-19-2009, 10:09 AM
Advice? How to Tag? - by El Forum - 10-19-2009, 11:22 AM
Advice? How to Tag? - by El Forum - 10-19-2009, 12:35 PM
Advice? How to Tag? - by El Forum - 10-19-2009, 12:36 PM
Advice? How to Tag? - by El Forum - 10-19-2009, 12:57 PM
Advice? How to Tag? - by El Forum - 10-19-2009, 01:04 PM
Advice? How to Tag? - by El Forum - 10-19-2009, 01:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB