I thought I read something about this and can't find it.
What I want to do is make a call like this from a browser (or link):
and pick it up in the INIT of the app, where I will then do things with it before anything else happens in the app.Code:http://localhost:8001/myapp?mybase64encodedquerystring
The app would be set to public access, so the login screen would not appear. The querystring would be used for validation and other purposes.
I tried using:
$_SERVER["querystring"] in the INIT of the app without success. The code that checked for $_SERVER being defined and not null skipped right around the Lianja.showMessage I was using to test.
thanks,
Hank
Bookmarks