+ 9
How can I retrieve/request the current user from another page?
I'm busy working on a PHP webpage... I want the server of my PHP to retrieve the current user and print its name... Any Solution? Thanks
2 Antworten
+ 2
Use Sessions.
Sessions can save variables until the user closes his browser.