Search found 2 matches

by Brandonmatthew93
Fri Jan 20, 2012 8:48 pm
Forum: PHP
Topic: Help getting the user to edit there own profile
Replies: 3
Views: 469

Re: Help getting the user to edit there own profile

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


can it be because of this:
$_SESSION['uid'] = 1
by Brandonmatthew93
Fri Jan 20, 2012 8:27 pm
Forum: PHP
Topic: Help getting the user to edit there own profile
Replies: 3
Views: 469

Help getting the user to edit there own profile

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...