In PHP I've build a webpage that uses include() for loading parts of the website.
However, I now ran into something like a problem:
When I use an url like: data-openov-storingen.php?type=actueel
It gives me this error:
Warning: include(data-storingen.php?type=actueel): failed to open stream: No such file or directory in blablabla
Is it even possible to pass get variables in an include() url?
textareawhere you typed your question is there for a reason: Help us help you (by making your question properly formatted and clear)