% dim conn set conn = Server.CreateObject("ADODB.connection") conn.open "eat" n = request("n") a = request("a") p = request("p") e = request("e") SQLstmt = "INSERT INTO customer (Full_Name,Address," & _ "Phones, email) VALUES " SQLstmt = SQLstmt & "('" & n & "'" SQLstmt = SQLstmt & ",'" & a & "'" SQLstmt = SQLstmt & ",'" & p & "'" SQLstmt = SQLstmt & ",'" & e & "')" set rs = conn.execute(SQLstmt) %>
| new user SIGN IN |
Please enter your Details in the fields below: All Rights Reserved © e-Artefacts Technologies2005. |
![]() |