function parse_str($str)
    {
        $return = array();
        $str = explode('&', $str);