nc4fb
New member
I need the capability to transfer control from a PHP program to another PHP program with access to session variables. Both programs should be in the same build.
Is there support in ExeOutput for the following type of construct or some other way to transfer control to another PHP program?
Thanks.
Is there support in ExeOutput for the following type of construct or some other way to transfer control to another PHP program?
Code:
$_SESSION'qlist'] = $qlist;
header('location: location of PHP program executable');
Last edited: