Does anyone know how I can create and save a new html document using php?
Basically, I have created a form where, upon entering the specified data, it is entered into a sql database. I want to know how I can have that data create a new html file.
Thanks!