Embedding files in Concrete5 page

Permalink 1 user found helpful
I want to embed another file in one of my Concrete5 pages, using the php "include" statement.

Is this possible?

If so, how do I do it? Concrete doesn't seem to recognize php includes.

thanks.

Don

DonDeMaio
 
frz replied on at Permalink Reply
frz
goto the help section and check out single pages under the developer stuff.
nbruley replied on at Permalink Reply
Can php includes be done with blocks or do you have to use single pages? Thanks.
Mnkras replied on at Permalink Reply
Mnkras
blocks can do it, ($this->inc('blah'))