/ Published in: PHP
URL: http://dak9.com
code below can be used to clean any input, submitted by any form etc.
Expand |
Embed | Plain Text
// Function for cleaning any input, submitted by any form etc. function clean($i) { return $i; }
You need to login to post a comment.
