Calling external applications
This code can be used as an example of calling external web-based application in your template code.
{php}
$env = 'url='.$_SERVER['PHP_SELF'].'&'.getenv("QUERY_STRING");
#echo "\$env = '".$env."'";
include ('http://website/application.asp?'.$env);
{/php}
RSS