How to create an ID based PHP form?
问题 I want to basically create a PHP form that stores data into a database - based on what you enter - this is of course basic. However, there is one quirk: This php form must be id based - given a link. Let's say something like mywebsite.com/form.php=id446 will generate a much different form than something like mywebsite.com/form.php=id447 . The difference in both the forms is about 3-4 form fields(whether they appear or not), rest is the same Now, I could brute force this and just make form446