I am trying to get the code for a link to display on a PHP page that is done from a language file, and needs to be non clickable.
What I am trying to do is add the entire code for a link so members can copy it and paste it into a field were they will then add there own information to the link, it is very important that the code shows exactly as the way it is below.
An example:
I want to display this on the page:
Code:
<a href="http://www.domainname.com/copy.php?id=YOUR ID HERE">Copy this</a>
But when I add it into the language file it displays as:
I know I have to comment out the link so it is no longer a link but a display but for the life of me can not find how to do it.
If worst comes to worst I don't mind adding it to the PHP page but prefer it in the language file.
|