[SOLVED] Â Execute PHP/DB Query from JS |
11/20/2014 12:30:11 AM |
PHPRunner General questions | |
S
Stucco author
Hi, |
|
S
|
Stucco author 11/20/2014 |
I'm sure this isn't the best way, but I forced it to work. Runner.util.ScriptLoader.addJS(['container_type.php?pageid='+pageid]);
<?PHP
var customer_field = Runner.getControl(1, 'customer_id');
|
![]() |
Admin 11/21/2014 |
I believe that this approach is too complicated. My guess is that you do not need to create an extra PHP file for this task. |