Inserting PHP pages
Hello,
I'm relatively new to WA and new to the forum and have been unsuccessful finding the answer to this question here. Perhaps someone could kindly answer for me: Is there a way to insert PHP pages into WA, maybe via iframes or something similar?,
I have a database that needs to serve a collection of PDF files to my WA site users, and the best way to do this would be to have a page inserted into the normal WA site that contains PHP code. I know you can add HTML and Javascript, but can PHP pages be used? If not, is there a workaround?
Thanks a lot.
MBUST
-
John Doe commented
I need to write PHP code in profile page.
-
Matthieu commented
PHP pages/code will not run on our servers, however if you have the file hosted elsewhere you can display it with Wild Apricot using an iframe (see:http://www.w3schools.com/tags/tag_iframe.asp )