Hello, I am a bit of a noob when it comes to PHP and should probably have started off with something simpler. However, I am trying to build a simple CMS. The CMS would consist of one php file called install. When the user runs it, four pages should be generated based on pages I have already created.
My question is how do I generate the PHP pages?
Thanks!