In more depth: I want to retrieve the variables that are submitted by a form and not via url.
Thanks...
If it should be possible to call the page without passing in any form variables, you should use:
set_the_usual_form_variables 0
Related commands are export_form_vars, export_url_vars, export_entire_form_as_url_vars, export_entire_form.