::..profile..::
"; //this displays the information in the php session echo "Name: " . $_SESSION['realname'] . "
"; //like a profile echo "Url: " . $_SESSION['url'] . "
"; echo "Email: " . $_SESSION['email'] . "
"; echo "Pass: " . $_SESSION['pass'] . "
"; ?> Update/Edit/Modify you profile here