Forum Moderators: coopster
Here's what I have.
<span class="author"><a href="#about">
<?php echo $by. ' '.( $row->created_by_alias? $row->created_by_alias : $row->author );?></a>
</span> I want to insert the current web page URL right before the #about bookmark.
Thanks!
PHP has $_SERVER [php.net] variables that you'll want to check out.
<span class="author"><a href="<?php print $_SERVER['REQUEST_URI']; ?>#about">