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
Post a Comment