Forum Moderators: coopster

Message Too Old, No Replies

related mysql rows using PHP

         

nick patrick

7:30 am on Jan 13, 2009 (gmt 0)

10+ Year Member



how to show related mysql rows using php i mean if i am showing a row with the title or description what ever what ever etc... so how i can show the related rows?
like in many forums this thing i see like related posts etc ... any way to do this with php mysql ? i think there must be a LIKE....

eelixduppy

7:40 am on Jan 13, 2009 (gmt 0)



Depending on what criteria you want to match you have to search for common keywords in the title, for example. This would be simplified if there were keywords already associated with each item instead of grabbing them from the title.