Question
PHP Code for no show link string
Is there a PHP code that does not show the content of a link.
For example.
Normal link
<a href="mylink.com/123456789/" />Link 1 </a>
Want to hide information
<a href="mylink.com/ 123456789/" />Link 1 </a>
** I wish to hide that which is in bold, so if someone hovers with their mouse they only see the "mylink.com" and not "mylink/123456789/". Is this possible?
For example.
Normal link
<a href="mylink.com/123456789/" />Link 1 </a>
Want to hide information
<a href="mylink.com/ 123456789/" />Link 1 </a>
** I wish to hide that which is in bold, so if someone hovers with their mouse they only see the "mylink.com" and not "mylink/123456789/". Is this possible?
