Okay so I'm coding another CMS just for fun.I'm tired of doing $mysqli->escape_rows($POST['password']);.Can't I do a file and include it in every file that I have to secure so it can't be hacked? For example if's statement and if it isn't secured with escape_rows it will add it and if it there it would do nothing. I make a file called secure and I include secure in a file for example login and it will secure all $POST variables?