Hey there,
It seems you can't do something like
PHP looks for the file name literally and won't find the file "myfile.php?action=edit"
Does anyone know of a way to pass a parameter using require()?
Thanks in advance.
Steve
- I have fun with telemarketers
It seems you can't do something like
Code:
require("myfile.php?action=edit");
Does anyone know of a way to pass a parameter using require()?
Thanks in advance.
Steve
- I have fun with telemarketers