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}

Integration

Calling external applications / How to import RSS newsfeeds as articles? / Running XML import/export from cron / Running Replication import/export from cron