$array=array(1=>"Record Added",2=>"Record Updated",3=>"Record Updated",4=>"Updated Type of Form Details",5=>"Updated Type for Account Details");
return$array[$msg];
}
functionerror_message($msg){
$array=array(1=>"Please select type of account and type of form ",2=>"Please select type of account",3=>"Please select type of form",4=>"Please enter url",5=>"Please fill other type of account details",6=>"Please fill other type of from details",7=>"Please fill slug url namedetails");
$data="INSERT INTO $table_name (type_of_account,type_of_form,slug,download_file_name,created_on,ordering) VALUES('$type_of_account','$type_of_form','$slug','$image_url','$date_time','$ordering')";