Welcome Guest, Not a member yet? Register   Sign In
[Solved] Model Function Not Working With Array Post
#3

You have got to love the http://php.net/ website have been reading on $_POST section

I found out what I was doing wrong. I had different numbers in the middle part of post.

I had

Code:
name="page[1][page_name]" & name="page[2][page_description] & name="page[3][page_status]"

It should of been with the second part number all should of been the same.


Code:
name="page[0][page_name]" & name="page[0][page_description]" & name="page[0][page_status]"

http://php.net/manual/en/reserved.variables.post.php Very good reading.
There's only one rule - please don't tell anyone to go and read the manual.  Sometimes the manual just SUCKS!
Reply


Messages In This Thread
RE: Model Function Not WOrking - by klassev - 05-23-2015, 10:33 PM
RE: Model Function Not Working With Array Post - by wolfgang1983 - 05-24-2015, 01:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB