/ Published in: PHP
You may need it when you code an user authentication script and want to prevent the user to hack it with ascii injection.
$new_string content will be: Hi I am a string and I need to be stripped without any coma or stop.
Expand |
Embed | Plain Text
<?php $string_to_be_stripped = "Hi, I am a string and I need to be stripped..."; ?>
You need to login to post a comment.
