Hello,
I am not sure how to get around this:
I have a MySQL database with 2 tables (table1 and table2). Queries to this database is restricted only to autenticated users (by using password protected directories).
Now I would like one user can make a query to table1 but I would like to restrict the results to match only specific rows, and preventing this user can query the rest of the table1 data. Doing this with a form is just easy, but if the user types in the location bar on browser whatever he wants, the query is executed and the user can access all data in this table, and this is what I want to prevent.
Is this possible? What would be the steps involved?
Thanks in advance for any idea.![]()


LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks