S
|
simonedan 7/19/2013 |
Here is the situation - you want to give each user a quick access to her own data in users table. It would be nice to add 'My profile' link right to the main menu. Link to user profile page looks like users_edit.php?editid1=XXXX. We assume that login table name is users and XXXX is the value of primary key field in users table.
$_SESSION["user_id"]=$data["id"];
if ($menuItem->getTitle()=="My profile") {
|
I
|
indigo 7/19/2013 |
I get an error -- Fatal error: Call to a member function gSQLWhere() on a non-object in ...output\include\users_variables.php on line 18 |
C
|
cms001 1/3/2014 |
Hi , |
![]() |
Sergey Kornilov admin 1/3/2014 |
cms001, |