Home › Forums › Back End › Get PHP to create pages. › Re: Get PHP to create pages.
March 9, 2012 at 12:51 pm
#98615
Participant
I create an HTML template with PHP variables for in certain places.
I then run a PHP script, that copies the template, giving the variables a different value each time (might this work with input/output?)
A new page is created, that has the same structure as the template, with only the variables changing.