A friend of mine gave me some PHP code that lets u include HTML inside your php file, by changing the URL to index.php?action=contact or something like that, which works well.
But that consists of stuff that first check if the file exists etc etc.
The question is, can I include a file using PHP, somehow like SSI?
Thanks