Flite
07-06-2005, 05:28 PM
How would I make this link clickable in my php script?
Here is the code within my script:
If at any time you need to edit the above information, you can visit the following URL:<br><br>
" . R_URL . "?edit=1<br><br>
When the link is displayed to the end user, it isn't a hyperlink.
So how could I change this code so that it makes the generated link a hyperlink?
Thank you
Here is the code within my script:
If at any time you need to edit the above information, you can visit the following URL:<br><br>
" . R_URL . "?edit=1<br><br>
When the link is displayed to the end user, it isn't a hyperlink.
So how could I change this code so that it makes the generated link a hyperlink?
Thank you