Edit Bio

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
CoolAsCarlito
Forum Contributor
Posts: 192
Joined: Sat May 31, 2008 3:27 pm
Contact:

Edit Bio

Post by CoolAsCarlito »

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.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Edit Bio

Post by josh »

write code to output a variable's value?
Post Reply