Source Code:
(back to article)
<?php $string = 'Hello World!'; echo quoted_printable_encode($string); ?>
Result:
Report an issue