php - Very strange form behaviour -


I can not work this one minute it was working fine and now it is not and I can not see whether Has changed !! My problem is just submitting the username and password for the login function. The form method is set to "post", but for some reason there is no data. If I dump $ _REQUEST or $ _POST they return empty I know the form is being submitted, because if I change the method to "get", I get the expected data. Should think about some reason because "get" will work when "post" is not?!?!? If this is relevant, then I am using the codeigniter structure.

Due to specific reasons of any CI, it is reported by Peter.

Another idea that comes to mind, maybe you have .htaccess file mod_rewrite directions elsewhere, and that no top redirect Instead of internal reasons, for some reason a header redirects pass with GET variables (if using [QSA] ), but lose POST ones.


Comments