Hi Friends,
I like to call an external php app, which is a fpdf class php.
- I like to pass a value via “[glo_txt]” using sc_redir (‘printpdf.php’,’[glo_txt]= $testvalue’,’_blank’);
- ‘printpdf.php’ is an external php app which contain fpdf class.
- How do I receive the value on parameter [glo_txt] on ‘printpdf.php’?
Thanks.