Hi
<form action="check.php" method="POST">
<input type="text" name="keywords" /><br />
<input type="submit" value="Save The Keywords" />
</form>
I need the keywords to be links for example :
when the member put : php,mysql
it should turn like this in the database :
<a href="#">php</a>
<a href="#">mysql</a>
so when I query the key words it appear as links