Jakiś problem?

Dzień: 2020-07-24

When to use GET and POST:

One way to get rid of this error message is to make your form use GET instead of POST. Just keep in mind that this is not always an appropriate solution (read below). Always use POST if you are performing an action that you don’t want to be repeated, if sensitive information is being transferred or if your form contains either…