One of the first PHP function you write for your website, should be a safety check to prevent users adding potentially harmful data in forms, which could give them access to your database. Without fail, in every website I use a version of the following code: 1234567function clean($str) { $str = @trim($str); [...]
From today, you can access and use the new Frecosse Web Development Toolbox — completely free of charge!