Help for this page

Select Code to Download


  1. or download this
    $name = $session->param($username);
    printf "<input type=\"text\" name=\$username\" value=\"%s\" />", $name
    +;
    
  2. or download this
     $name = $query->param($username);
            $session->param($username, $name);
    
  3. or download this
    printf "<input type=\"text\" name=\$username\" value=\"%s\" />", $name
    +;