Filter FILTER_UNSAFE_RAW December 27, 2011 Pramod T P Leave a comment Removes characters that is potentially harmful for your application Example ====== <?php echo filter_var(“PHPCodez'”, FILTER_UNSAFE_RAW); ?> Output ===== PHPCodez’