Help for this page

Select Code to Download


  1. or download this
    $customer = encode_utf8($customer);
    
  2. or download this
    sub quote {
      ...
      s/([\0-\037\177-\377])/sprintf('\\x%02X',ord($1))/eg;
      ...
    }