The problem is following:
I use variable passing through URL to display news. The page includes a form to display news headlines for a date specified in the form ie. "news for 1st of July". The form action tag is news.php3 and includes nothing else.
For some reason or another the variables in URL go along with the POST stream and therefore ruins the intended work of the program.
What causes these variables to move on with the POST method? How can I disable it?
A little research revealed that there is a configuration directive in Apache, but it switches on/off arrays, which include the POST and GET and COOKIE variables. This should not affect the performance of my script.
I'm thankful in advance... 🙂