|
C
|
cgphp 11/21/2011 |
|
Set the where clause for the lookup wizard. Check the "WHERE expression" paragraph here: http://xlinesoft.com/phprunner/docs/lookup_wizard.htm |
|
|
P
|
propelledjeans author 11/21/2011 |
|
Set the where clause for the lookup wizard. Check the "WHERE expression" paragraph here: http://xlinesoft.com/phprunner/docs/lookup_wizard.htm
|
|
|
C
|
cgphp 11/21/2011 |
|
The location table should have a user field (like user_id). In the where clause enter this code: "user_id ='".$_SESSION['UserID']."'"
|
|
|
P
|
propelledjeans author 11/21/2011 |
|
The location table should have a user field (like user_id). In the where clause enter this code: "user_id ='".$_SESSION['UserID']."'"
|
|
|
C
|
cgphp 11/21/2011 |
|
What's the name of the user id field in the device table ? |
|
|
W
|
wildwally 11/22/2011 |
|
Do you have a field in the Location table that links to the user? From what I read it doesn't sound like you have any way to filter this info as your wanting. What fields are in the location table? |
|
|
P
|
propelledjeans author 11/22/2011 |
|
Fixed it! It was a problem with the MySQL table itself and the relationships between them. |
|