I have the database Table feedback --> (id, name, contents, date,keyword id) also have keyword id (id, name, descr)
data like
id|| name || contents || date ||keyword_id also have keyword id (id, name, descr)
1 || john || i am good || 12-03-2013 || 1 and another table 1 ||bronze||Bronze keyword
i have managed to create calendar that show all contents in a day. i need to get the following:
Count total basing on the keywords in a day and show in calendar the summary that show only keywords total for that day like
Bronze 12
Silver 20
And have a link that on click bronze 12 direct to page shows contents containing only bronze keywords.
Thanks