After finishing processing on one php/tpl pair, I want to run another.
Just displaying the template won't do because the corresponding php sets
up many variables (based on session values) before invoking the tpl. How
can I run the new php from the current php? If it makes any difference,
I am running php 4.3., smarty, db2, and apache on linux,
Just displaying the template won't do because the corresponding php sets
up many variables (based on session values) before invoking the tpl. How
can I run the new php from the current php? If it makes any difference,
I am running php 4.3., smarty, db2, and apache on linux,
Comment