Hi all,
I wrote my own login application and would like to pass the captured login name to other application in same project.
Anyone can show me an example how to do so ?
thank you,
Hi all,
I wrote my own login application and would like to pass the captured login name to other application in same project.
Anyone can show me an example how to do so ?
thank you,
Just dave on a global marked as session and out, and its done. Use it in whatever app you want. Jus remember in menu you canbuse globals, instead, $_SESSION[“yourglobalname”]