Originally posted by v3nt
and weedpacket, what other ways are there?
Oooh.... first thing off the top of my head is: Typing it into a browser.... what do you reckon about that idea?
I try it I get a 401: Unauthorized header back and a request for username and password.
If you're including a file that's on your local filesystem, it would probably be easier to just include it locally (i.e., do it the other way); then PHP will include the file itself, instead of requesting the file from the web server, which will run PHP, which will fetch the script, then run it, return the results to the web server, which will send them back to PHP, which will include it.
$_GET = array('items'=>'SZAL');
include('ks_project_list.php');
ought to work.