Forum Moderators: coopster
$query='string';
include $_SERVER['DOCUMENT_ROOT'] . '/file.php';
Rather than:
include $_SERVER['DOCUMENT_ROOT'] . '/file.php?query=string';
Should work just fine...
If for some reason it does not I think you will need to use fopen()