//匹配出控制器(微猎手)
$url =http://pig.aiketu.com/index.PHP?g=User&m=Index&a=index;
preg_match('/m=[0-9a-zA-Z]{0,}/',$url,$action);
//匹配出控制器(微猎手)
$url =http://pig.aiketu.com/index.PHP?g=User&m=Index&a=index;
preg_match('/m=[0-9a-zA-Z]{0,}/',$url,$action);