/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* In $Link: URL completa $str: String que reemplazara al actual valor encerrado en <a></a> */ function tuFuncion($link, $str){ else return false; } $link = '<a href="http://www.dominio.com/talcosa" target="_blank">Este texto </a>'; echo tuFuncion($link, "Por este texto");