I have a website built upon PHP, and a navigation bar with items containing the page names. One of them is ‘login’, and I’d like that to change when a user is authenticated to ‘profile’. I’m using a fairly simple login system that uses _SESSION to authenticate. Any input on the best way to achieve this (in newbie terms – I’m new to PHP but not HTML/CSS)?
Zach
Are you just looking for something like this?