Help for this page

Select Code to Download


  1. or download this
        $user_name = em(param('name'));
        &file_creation($user_name);
    
  2. or download this
        $user_name = substr($user_name, 1, 4);