I have data in which there is data related to so many users. I want to create a dashboard using that data and I want to embed that in iframe tag in php.
The thing is that there is a web site, in which user will log in so on the home page there should be data related to only that particular user.
The question is that how can I filter the dashboard according to that particular user ?
The data source from where I am getting the data is MySql server.
Suggest any solution or any helpful links.
Thanks for your time.