Edit Bio
Posted: Sat Sep 20, 2008 3:04 pm
When a staff user is logged into the admin control panel they have the ability to edit their bio page.
print '<tr><td bgcolor="#CCCCCC"><a href="editbio.php" target=main>Edit Staff Bio</a></td></tr>';
What do I need to do to the link above to when editbio.php is opened to paste the correct user's information that is logged in.
print '<tr><td bgcolor="#CCCCCC"><a href="editbio.php" target=main>Edit Staff Bio</a></td></tr>';
What do I need to do to the link above to when editbio.php is opened to paste the correct user's information that is logged in.