Welcome Guest, Not a member yet? Register   Sign In
[Help] $post data didn't post anything.. Did I do something wrong ? Please Advice.
#7

[eluser]tomcode[/eluser]
register_globals are off on my machine, too.

Well, first You should have valid HTML pages, Your views are not.
Then put
Code:
print_r($_POST);

or (nicer)
Code:
echo '<pre>' .print_r($_POST, true) .'</pre>';

in Your Controller constructor. Then You see when and whether $_POST is filled.

If $_POST is not set, then I'd test it by writing a form without CodeIgniter.


Messages In This Thread
[Help] $post data didn't post anything.. Did I do something wrong ? Please Advice. - by El Forum - 10-13-2009, 11:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB