Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PHP Code for no show link string

Guest
May 08, 2008 May 08, 2008
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?
TOPICS
Server side applications
272
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 09, 2008 May 09, 2008
LATEST
AdonaiEchad wrote:
> Is there a PHP code that does not show the content of a link.

No.

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines