Hi all!
I'm new to PHP and i need to write a login script in PHP for a website. It should do the following: when a user enters correct login and password an appropriate table with data will be displayed. One MySQL database will contain a number of data tables, each table is only meant to be seen by one particular user. In other words, one user will be able to view only the table that was created specifically for that user with their login and password.
Does anyone know where to get information and/or tutorials that explain how to do what i've described above?
Thanks