<?php # псевдонимы функций (Спасает от sql inj) function my_esc($str) { return mysql_real_escape_string(esc($str)); }