Is there a way to reload a PHP page when a users clicks a PHP link and then have the page jump to a certain spot on the same page using PHP or JQuery like an HTML anchor?
Here is the PHP link below.
<a href="../index.php?uid=' . $user_id . '&view=member">' . $user_name . '</a>