Show Output
Sanitize a String in PHP
Hey there! How are you doing today?"; // Sanitize and print comment string $sanitizedComment = filter_var($comment, FILTER_SANITIZE_STRING); echo $sanitizedComment; ?>