i need help with php code trying to retrieve all information from a table using the username that is logged in.
So here is a example:
Bob logs in with his username & password
He then comes to a members only section
In this section it displays his results from the admin table which will show: username & password
Hope this makes sence, I am using a session()
It is not that hard to accomplish. You basically had the answer in your comment.