Hello everybody, I have a very basic problem that should be easy to solve but somehow it doesn’t…
- I have a blank application (A) with javascript content, e.g. the variable “selected_id” with a certain value depending on user interaction (not database-related)
- After the user interacts, I want to pass that variable to another blank application (B).
- This variable should be processable for a sql statement to search for the certain id in another database table.
I already tried
- ajax request
- building a global php-variable
- get/post-methods
- sc_redirect- macro
- result-loader
- php-statements in div-container
- converting js-variable to php-variable
But nothing led to the assumed result. Can anybody tell me which is the easiest/best way to get a proper solution?
Many thanks in advance,
Arne