<%
add_matter=Request.Form("add_matter")
t_word=Request.Form("t_word")
total=Request.Form("total")
MySQL="insert into tariff_table values('"&add_matter&"','"&t_word&"','"&total&"')"
'Response.Write("Data inserted"&MySQL)
if MySQL<>"" then
conn.Execute MySQL
else
Response.Write("fsdfsda")
end if
%>