I have a mysql database. What I want is that when a user login he can able
to see his entries only, so that he can delete, add or edit his entries
only. I have 2 different tables one for user details and another for actual
entries. Please help me.
Best,
Guru.
Is it possible ??
Bastien
Sent from my iPod
Select * from data_table where user = $user
Bastien
Sent from my iPod