![]() |
empty $_POST - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: empty $_POST (/showthread.php?tid=7047) |
empty $_POST - El Forum - 03-22-2008 [eluser]pysco68[/eluser] hi guys! I'm relatively new to CI, and I'm on my first big project with it... and for two weeks I had no problem, but yesterday I stumbled over a problem which I couldn't simply understand.... I'm posting a formular from a controler to one of it's functions, but then I got an empty $_POST['xyz'] var and even with $this->input->post('xyz') there is no way for getting the submitted datas.... I tried everything.... realy.... to avoid questions about the formular; it works, submitting the same form to another non-CI script works... What I realy don't understand is why other forms on the project are working... (login/reg forms from Freakauth etc...) I'm realy a the end of my nerves... anyway I hope that I'm doing some stupid error you could tell me ![]() Greetz from France, Pysco68 P.S.: the form I dynamicaly loaded in the page through AJAX (mootools...) but the post is done in a classical way... empty $_POST - El Forum - 03-22-2008 [eluser]pysco68[/eluser] Sorry guys... I just tried the whole thing on my local server and it worked... there must be something in my productive environement... Sorry! Byebye! |