Hello everyone. I'm building a small client app for E90 to test PAMP's capabilities but I can't get the globals to work. I need to input data from HTML-form using POST-method in PHP and then save this data to the local MySQL-database. Unfortunately I have not had very much success since these do not return anything to $selite on E90:
$selite = $HTTP_POST_VARS[selite];
$selite = $_POST[selite];
My php-code works fine on other platforms, so I don't think the problem lies there.
Is it just me or is this somekind of known issue? Has anyone else had the same problem? Register_globals at php.ini are enabled and variables_order = "EGPCS".
Thanks!
Edit:
I tested changing the method to GET and that seems to be working okay. I think there might be some issues related to POST-method with PAMP (S60). Any ideas how this could be sorted?
To have it fixed would be nice since GET-method has it's character limitations and the inputted data is visible to everyone.




