query("INSERT INTO `".$wpdb->prefix."al_locations` (`name`,`city`,`street`,`code`,`link`,`desc`,`parent`,`lat`,`lng`) VALUES ('".sanitize_text_field(@$_POST['name'])."','".sanitize_text_field(@$_POST['city'])."','".sanitize_text_field(@$_POST['street'])."','".sanitize_text_field(@$_POST['code'])."','".sanitize_text_field(@$_POST['link'])."','".sanitize_text_field(@$_POST['desc'])."','".sanitize_key(@$_POST['pid'])."','".sanitize_text_field(@$_POST['lat'])."','".sanitize_text_field(@$_POST['lng'])."')"); ?>