". stripslashes($HTTP_POST_VARS['title']) . ". Your request was submitted successfully for administrator approval. Make another change, add a new venue, or click here to return to the main page.
";
}
} elseif(!$aErrors) {
$oEnt = new Entity();
$oEnt->entity_title = $HTTP_POST_VARS['title'];
$oEnt->cat_id = $HTTP_POST_VARS['catid'];
$oEnt->entity_order = 100;
$oEnt->address = $HTTP_POST_VARS['address'];
$oEnt->city = $HTTP_POST_VARS['city'];
$oEnt->state = $HTTP_POST_VARS['state'];
$oEnt->phone = $HTTP_POST_VARS['phone'];
$oEnt->zip = $HTTP_POST_VARS['zip'];
$oEnt->phone = $HTTP_POST_VARS['phone'];
$oEnt->website = '';
$oEnt->choice = 0;
$oEnt->partner = 0;
$oEnt->views = 0;
$oEnt->status = 3;
$oEnt->kind = 1;
$oEnt->detail = $HTTP_POST_VARS['detail'];
$oEnt->html = '';
if($oEnt->create()) {
$msg = "". stripslashes($HTTP_POST_VARS['title']) . " was submitted successfully for inclusion in Branson Ratings pending administrator approval (usually takes several hours). Add another below if you wish, or click here to return to the main page.