Hi,
I have looked around online but all of them are about making tag clouds which is not what I am after...
I have 3 tables,
- pages (with page id, etc)
- tags (tag id, and tag name)
- tagged (tagged id, tag id, and page id)
the idea of having tags and tagged is that tags table only receive unique tag names which means the same tag name cannot be repeated twice in this table. while in tagged table can receive duplicated page ids and tag ids. does it make sense...?
it will be great if you can give me a hint how to inject tags into these tables or any online tutorials that I can pick up.
many thanks,
Lau
Injecting tags into database with php and mySQL
Moderator: General Moderators
-
lauthiamkok
- Forum Contributor
- Posts: 153
- Joined: Wed Apr 01, 2009 2:23 pm
- Location: Plymouth, United Kingdom