how can i make this code show one time on index
or how can i make a file to update the profile and make it show only once after registration
Code:
if($uid==$who)
{
echo "<br/><b><a href=\"index.php?action=uset&sid=$sid\">[ Edit My Profile ]</a></b>";
}
Comment