On one of my pages I have a require_once('../path/to/url/page.php');
which works with no problems. The moment I add a query string require_once('../path/to/url/page.php?var=test');
it won't include the file anymore. It's just blank. Anyone have any ideas of why? Can you not use a query-string in a require?
Thanks, Ryan