<?php $fp = fopen('php://output', 'w'); stream_filter_append($fp, 'convert.quoted-printable-decode'); fwrite($fp, "This is a test.\nSecond line.\r\nWorks too.");
You have javascript disabled. You will not be able to edit any code.