I am trying to pass variable in the url but without success.
In Drupal I have a page with:
require_once 'uploaded_files/individual_funds.php?id=8';
But I get an error: Fatal error: require_once() [function.require]: Failed opening required 'uploaded_files/individual_funds.php?id=8
I understand that Drupal is looking specifically for this url and that why it's not working. But I need to pass the variable into that page. Is there a work around.