Can I pass an array inside the request parameter in php
for example
I have an hidden submit form here
<form action="" method="POST"><input type="hidden" name="myarray" value="' . $arrayofvalues . '">
can I then call the correct variable like this?
($_REQUEST['arrayofvalues[1]']
($_REQUEST['arrayofvalues[2]']