Hi
It's my first post in here, untill now i did all the work just by reading your answers.
I'm working with phprunner 5.2.
Now the problem.
I've to display diferent record depending on the user logged in. 2 tables one with the information to show and a 2nd table with the users.
Table A (id, name, address, tel) and Table B (id, name, A_fk)
So i want to show records 1,4,6,7 to user 'xpto' and 2,3,5 to user 'ptox' and so on.
if the username (B.name) was in main table (A) i could use the $strWhereClause but is in a different table and my only solution was a view.
i'm sure there are another solution but at this time i'm out of fresh ideas...
Thanks