Hi
I need an help on showing related post in an website. i want to display my related posts with help of keywords column.
Below is my database structure
id int(12)
title varchar(250)
content varchar(250)
image_path varchar(250)
type varchar(250)
keywords varchar(250)
can any one please help me.
Thanks