displaying logged in data to another scene using php

guys, anyone knows how to display the logged in data from the XAMPP Server into another scene in unity?. for example the player enters the username and password and finally click the login button and the player is then directed to the home scene where the username is displayed. any ideas will do. tnx.

A simply way could be to save the info as a PlayerPref when it is retrieved and then get it again after scene load.

You can also save the info in a script on some object that you keep between scenes :wink:

is it possible to use SESSION in php to another scene?