I was wondering if there were a function like SSI\'s <-- #include=\"file.html\" --;> (something like that) in PHP?
include('file.html');
Will do the trick 🙂
Chris
Thanks a lot... this really helps