php - Copy & Paste URL Link -



php - Copy & Paste URL Link -

does know how re-create url of current page , "paste" url automatically href tag this:

<a href="--paste here--">click</a>

thanks lot.

you utilize following:

<?php echo '<a href="http://'. $_server['server_name'] . $_server['request_uri'].'">this page</a>; ?>

altough not re-create paste should current url of page.

http://php.net/manual/en/reserved.variables.server.php

php url hyperlink copy

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -