Hi there I need some help with something that most would probably find very easy, but for me, it’s hard, lol. I am using a script and trying to do some customization. For example, I want to make this text inside this div clickable. Can someone provide me the correct me ?
$result['html'] = '<div class="alert alert-success">' . htmlspecialchars($amount) . " satoshi was sent to you on <a target=\"_blank\" href=\"".$this->check_url."\">$sname</a>. Service provided by example.com</div>";
I need to have the example.com be a link. I appreciate any help you can provide.