Creating advanced website by redirecting and replacing content from Google Sites
- by David
I would like to create a corporate website with members area. Importantly, I want many novice webadmins to be able to modify static content themselves.
Therefore, I got the idea to create the site using Google Sites and insert elements with width and height in places where I want dynamic content. The website would be read using PHP on a different server and the marker elements would be replaced with dynamic content created by PHP.
What would be the drawbacks of this approach?