<?php if(!defined("CAN_CONTINUE")){ echo "No Direct Access Allowed..."; exit(); } function strToSafe($string) { if (!get_magic_quotes_gpc()) return mysql_real_escape_string($string); return $string; } ?>