Published in: PHP
/* 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>';
You need to login to post a comment.
