Created
May 21, 2014 09:23
-
-
Save DerZyklop/ab996de58f7a336338a0 to your computer and use it in GitHub Desktop.
How to hyperlink a phone number in PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="tel:<?php echo preg_replace('/[\s\-\/]/', '', $tel); ?>"><?php echo $tel; ?></a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment