Hi folks,
I have been working on this problem for few hours now and I cannot find the solution online :
I want to call a php file in another php using require once but I also want to be able to add a variable in that constraint
For instance I would like have something like that :
require_once("example.php?x=2")
the page example.php?x=2 exists but the browser send the following error message :
[function.require-once]: failed to open stream: No such file or directory in
Does someone knows how I can call this page with the variable ?
BTW thank you for this great website !