To my knowledge, PHP $_POST is expecting data in the form of 'Key1=Value1&Key2=Value2&(ect..)'. This is the format my application POSTs data to my website. I'm trying to figure out what the format for a multi-dimensional array would be, say 3 dimensions.
Here is what I am thinking: 'MainTable = Table1 = Table1Key1 = Value1 & Table2 = TableKey2 = Value2'
This is my proposed multi-dimension post as a string.
Please help me understand and correct this string!
$_POSTis an array. What you reference looks a lot like$_GET