I am trying to post an array in a hidden field and want to retrieve that array after submitting a form in PHP.
$postvalue = array(\"a\", \"b\", \"c\");
You can do it like this:
">