• Welcome to ForumKorner!
    Join today and become a part of the community.

I want the link to be displayed as a text [php]

Status
Not open for further replies.
Reputation
0
You missed the > at the end of the A tag.

Fixed:
Code:
<td><a href="http://google.com">http://google.com</a></td>

I'm not sure I understand what you're trying to achive though. Do you want the user to be redirected to google automatically or just when he clicks on the link?

If you just want the user to be redirected when they click the link, then the above code will do that.

A little more explanation of what you want the page to do will help, since your goal is pretty obscure to me at the moment.
 
Status
Not open for further replies.
Top