Hello,
A page have a array in the form
for example Id[1] .... Id[10]
i sent the page with post to another php page
i wanna get to array in the from of $_POST['Id[1]']
but there is problem,
page don't recognize any array like $_POST['Id[1]']
and i can't get the values of array
how can it be solved?
$_POST array problem
Moderator: General Moderators
if you're talking about a multidimensional array
like
You would acess it via $_POST['id'][1]
[edit] nevermind, i don't think this can be done through post.. but this is what i envisioned from your post
like
Code: Select all
Array (
['id'] => Array (
[1] => array id 1
[2] => array id 2
)
)[edit] nevermind, i don't think this can be done through post.. but this is what i envisioned from your post
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.