Hi,
I am just getting started with PHP. I have created a HTML form for people to store their club details in a MYSQL database.
Everything works fine except I would like to display the club web page address as an active link when the search results are displayed.
I know that if If I input the field as:
<a href=\"http://www.kenfighill.com\">http://www.kenfighill.com</a>
and then store that in the database....when the seatch results are displayed the link is active........ how can I automate this???
Thanks