Hey,
I want to include the following file: "news.php?action=showcat&catid=1" in a php file, but when i try to use this function (<?php include('Nieuws/news.php?action=showcat&catid=1');?>), I get an error message.
There seems to be a problem with the "?action=showcat&catid=1'" part.
Is there another solution to include the file?
Thanks a lot