How do I create a link?
-
How do I create a link from mySQL?
In mySQL I’m using 2 columns: produkt_number and url
example: 12345 and https://www.XYZ.com/pdf.pdfIf I would search for 12345 I want to get the link to: https://www.XYZ.com/pdf.pdf
I dont understand this:
alink – alink=” <column> ( , <url> ( , <append> ( , <target> ) ) )”<column> – column name whose content will become a link to a <url> that is appended with the contents of column <append>.
<target> specifies the target window for the link (e.g., target=”_blank” will open a new browser window.alink=” url (,www.XYZ.com/ (, <append> (, target=”_blank”) ) )”
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How do I create a link?’ is closed to new replies.