Is it possible for a PHP script to create form and then POST it without the user having clicked anything?
For example, I want the user to confirm something. If the user confirms, I have to create a record and then post to a different page.
Thank you very much