Help for this page

Select Code to Download


  1. or download this
    @names = $cgi_obj->param();
    
  2. or download this
    $names = array_keys(array_merge($_POST, $_GET));