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

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -