How to pass (and receive) parameters from a scriptcase form to external (fpdf class)

Hi Friends,

I like to call an external php app, which is a fpdf class php.

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

Thanks.

Look at PHPs $_GET / $_POST / $GLOBALS.