Hello,
I have a PHP script that pulls keywords from a MySQL database and I need help with figuring out how to link each word.
An example MySQL entry: cow moo white black
Need to output in link form:
<a href=word.php?word=cow>cow</a> <a href=word.php?word=moo>moo</a>, etc.
Thank you