Is there a quick way to create a link that when clicked will allow the user to send the link of the page they're on via mailto?
abrupt, active, agile, brief, brisk, cursory, energetic, expeditious, hasty, hurried, immediate, instantaneous, keen, nimble, rapid, sudden, swift, able, deft, effective.
Fast and quick mean moving with great speed. Fast is both an adjective and an adverb. Quick is an adjective and the adverb form is quickly. It was a fast train.
Quick is an adjective and the adverb form is quickly. … used for telling someone to do something quickly: Quick! Close the door before the cat comes in!
Verb. quick (third-person singular simple present quicks, present participle quicking, simple past and past participle quicked)
To send the link of the page you are exactly on try to use the following code:
<a HREF="mailto:?subject=look at this website&body=Hi,I found this website
and thought you might like it <?php
$url="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
echo $url;
?>">Tell a friend!</a>
The php will get the url of the page you are currently on.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With