What's new
Guest viewing is limited

How can I make a link in PHP code?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Guest
I have been trying to get this to work as a link in php but no luck?

Code:
$SUCCESS_MESSAGE = "Your URL is, <a href="{$NEW_URL}">{$NEW_URL}</a>";
 
Back
Top