how to catch form seralize in php code example
Example: jquery serialize php decode
//the GET parameter is the data outputted from jQuery's .serialize() function
$params = array();
parse_str($_GET, $params);
//the GET parameter is the data outputted from jQuery's .serialize() function
$params = array();
parse_str($_GET, $params);