Does anyone know how to display a table or fields in a mySQL database using the already accepted password and username variables?
I want to be able to show certain content which is stored in a table called "example1"
to the user match the example1 which can view the table example1.
The username and password variables are:
$user_name or $user_pw
I have a user named :
test
test
and I want to be able to show the content in the example1 table to only test. Is this possible?
Thanks
James