I need to display the member_id on the profile.php page. I have figured out how to display the member_id, but want to make it non-editable by the user. Any thoughts would be appreciated. Here is my current code within profile.html <input type="text" name="member_id" value="{$user.member_id|escape}" size="15" /> thanks. kcarey ________ Charles t. jeffery