Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Howto make a hyberlink in MySQL

Status
Not open for further replies.

gryf

IS-IT--Management
Jan 20, 2001
1
DK
Hi!

As a former user of Mircosoft Access, I have a question.
How can I make a hyberlink in one of my forms?
In Access you just chose the datatype to be hyberlink, any way to do the same i mysql ?

/gryf
 
A hyperlink is just text output to the browser, so if a standard text field in mysql contains

<A HREF=&quot; Here</A>

and you output that text to a browser, then you have a hyperlink.

So... no, MySQL doesn't have a &quot;hyperlink&quot; datatype, but you see that is no real problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top