Q: Can you embed PHP commands inside a project?
It's a critical function for me to be able to so, so i can at least embed other site's pages inside a section. Thank you
PQHOST89297PLUSAug 23, 2021
Share
Helpful?
Log in to join the conversation
Founder
Posted: Aug 23, 2021
Hi 110526356728266335971
Yes, you can create custom tags to use in your pages and HTML templates. These allow some PHP functionality.

Posted: Aug 27, 2021
thank you. specifically I am looking for the ability to embed
file_get_contents()
so that i can embed parts of other sites (like a feed) inside a website
Founder
Posted: Aug 27, 2021
Hi again,
Yes that should be possible if you wanted to pull in RSS or XML feeds :)