When i go to my second user and try to edit his page it just changes the first users profile instead of his own but when i edit the first user it does it correctly
ok i have a really secure login and the profile system. what i would like to know is how to connect the two so when the user logs on they can update there profile. please and thank you. init.inc.php <?php session_start(); mysql_connect('localhost','root',''); mysql_select_db('login'); $path = dirnam...