This topic is locked
[SOLVED]

 How can i fix this ?

8/19/2020 8:50:06 AM
PHPRunner General questions
J
Jan author

Hi everyone I am trying to build a web application "members". I have two tables:

Members + users
Table members has these fields:

name, address, association
Table users has these fields:

name, email, association
The table "users" is used to log in with the email address and password.

After logging in correctly I see the table "members".

But I only want to see the members belonging to the logged in user ......

How can I fix this? With a view? Can you find an example of this?

Thanks in advance

Sergey Kornilov admin 8/19/2020

Use 'Users can see and edit their own data only' option:

https://xlinesoft.com/phprunner/docs/advanced_security_settings.htm

J
Jan author 8/22/2020



Use 'Users can see and edit their own data only' option:

https://xlinesoft.com/phprunner/docs/advanced_security_settings.htm


Thanks ! Works fine