I'm using a directory script that does not have the related site feature. I want to create the related sites listings at view link page. how i should match view link title with related sites..thanks
that is complex job to do, see 1) it is not necessary that URL of 2 similar sites are similar. for example i can have a directory hosted on domain "ilovejobs.xyz", if i will find the related sites for this then i will list " Love" and "Jobs" sites [which is also complex job to do.] 2) you can match the Discription of sites. but how to match and what to march is Very very Difficult job, 3) simplest things. for every directory script there is category table. you can simply select RANDOM records from category of link you are viewing and display. i hope that will help Thanks Dragon
thanks brother, I already made the random listing. actually, mysql search has some what like exact phase, all words etc. this why it became difficult to create related sites by mysql search idea. i need to give more time on it.