umm.. maybe I didn't understand, and I did it wrong but I am still having trouble.
Here is my php code:
PHP Code:
<?php
include "header.php";
error_reporting(E_ALL & ~E_NOTICE);
define('THIS_SCRIPT', 'myscript');
$specialtemplates = array();
$globaltemplates = array();
$actiontemplates = array();
$phrasegroups = array();
require_once('global.php');
include "http://www.exasko.info/loginscript.php";
print "<br>";
?>