Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Get PHP to create pages. Re: Get PHP to create pages.

#98615
Billy
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.