Help for this page

Select Code to Download


  1. or download this
    $variable = encode("iso-8859-1", $variable);
    
  2. or download this
    print "Some text".$variable."Some other text";
    
  3. or download this
    print $variable."Some other text";