Just migrated a PHP/MySQL-driven web site from a development box to the live box. Development running FreeBSD, live running Redhat.
Problem: no forms are working that carry more than one variable in the form action.
For example:
action='/admin/index.php?sec=5&subsec=1'
Forms that have only one variable work fine. More than one, it just ignores it. Submits with no error messages, but does not perform the task.
I tried changing them into hidden inputs instead of passing them through the form action URL, still doesn't work.
This worked fine on my development server, so the code is fine. Just ignores the action variables.
Any clues? Config problem?
Many thanks,
Steve