I hope someone can help me. I can use some PHP, but i'm not an expert. Here's the deal.
I have created a html form(form.html) Now i want the formular.php-output to be saved as a unique html-file ex. formular.php?id=00000001. The next time someone is submitting the form, the file has another name ex. formular.php?id=00000002. Or maybe as an file.html? But how do i do that?
form.html:
form action="formular.php" method="post" . . input type="text" value="Skriv navnet på FB-siden" name="mit_tekst_felt" size="55" . . . . input type="submit" value="Generer konkurrencebetingelser"
Thanks in advance if you guys can help me.