Well, I have
1.HTML signin/login form, user and password (this is stored in database- MYSQL)
2. db with customers information for the member area.
3. PHP query to show the information in the member’s area
What I need is:
A page/template that show only the information regarding that member using the query in the point 3, by chosing the right id with the user and password insert in the login form. the page needs also to be protected from entering without the right login and password (e…
