Help for this page

Select Code to Download


  1. or download this
    $vars{$_} = HTML::Entities::encode_entities($vars{$_}, '<>&"');
    
  2. or download this
    $encoded = encode_entities($input, '<>&"');