I would suggest that you keep authorization separate from data access
Bastien
Sent from my iPod
On Sep 5, 2010, at 9:19, nagendra prasad wrote:
> PS: Want to check the username from a table and the password from another
> table.
>
> Is it possible ??
>
>
--
PHP Windows Mailing List (http:
PS: Want to check the username from a table and the password from another
table.
Is it possible ??
Then each record needs to have a user filed where their is stored. Then your
access query just adds an additional filter to check this value
Select * from data_table where user = $user
Bastien
Sent from my iPod
On Sep 5, 2010, at 7:21, nagendra prasad wrote:
> Hi Experts,
>
> I have a mysql