<% id=request.querystring("id") set rs=server.createobject("adodb.recordset") sql="select * from consultation where id="&id&"" rs.open sql,conn,1,3 one=rs("one") two=rs("two") three=rs("three") four=rs("four") mail=one + two + three + four %>