This works:
@include('/home/web/scripts/adbanner.php3');
This doesn't:
@include('/home/web/scripts/adbanner.php3?edition=xroadscod')
The later worked when I ran the script on a previous server. So I suspect there's a php configuration option that's causing the problems. That or something changed in the latest version of php.
Don't suppose anyone has any ideas of what the problem could be?