Chad Roe
05-21-2006, 05:44 AM
My administration system only allows me (administrator) to add new client accounts. Along with the other data, I add a URL that goes to the new client's main account page. The thing is, I have to manually create the actual page...
How do I automatically create, and then save, the actual page?
I assume I can have a generic template that is loaded into a php string, then inject the client specific parts, and then use php to save the file to my server in the appropriate location?
Any help on this will be greatly appreciated (I have a little experience with adding dynamic text to an image, and then saving the image as a new image on my server...if that helps with your answers).
How do I automatically create, and then save, the actual page?
I assume I can have a generic template that is loaded into a php string, then inject the client specific parts, and then use php to save the file to my server in the appropriate location?
Any help on this will be greatly appreciated (I have a little experience with adding dynamic text to an image, and then saving the image as a new image on my server...if that helps with your answers).