PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
EDIT: I found out that it only strips \ slashes not / slashes. And even then it doesn't seem to be working right.
entered input: test \ test
output (before strip): test \\ test
output (after strip): test \ test
Weird, any reason why this happens? By the way, I placed this in secruity because I'm looking for an all around good input text parser. Figured it's more specifically related to security although I understand I did not initially state so.