Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.98 KB | None | 0 0
  1. "insert into CustomerServicePersonnel values('"&REPLACE(TRIM(request.form("usernamef")),"'","''")&"','"&REPLACE(TRIM(request.form("fnamef")),"'","''")&"'," & _
  2.                     " '"&REPLACE(TRIM(request.form("lnamef")),"'","''")&"'," & _
  3.                     " '"&REPLACE(TRIM(request.form("mmf")),"'","''")&"/"&REPLACE(TRIM(request.form("ddf")),"'","''")&"/"&REPLACE(TRIM(request.form("yyyyf")),"'","''")&"'," & _
  4.                     " '1'," & _
  5.                     " '"&REPLACE(TRIM(request.form("cityf")),"'","''")&"'," & _
  6.                     " '"&REPLACE(TRIM(request.form("statef")),"'","''")&"'," & _
  7.                     " '"&REPLACE(TRIM(request.form("streetf")),"'","''")&"'," & _
  8.                     " '"&REPLACE(TRIM(request.form("zipf")),"'","''")&"'," & _
  9.                     " '"&REPLACE(TRIM(request.form("telf")),"'","''")&"'," & _
  10.                     " '"&REPLACE(TRIM(request.form("tel2f")),"'","''")&"'," & _
  11.                     " '"&REPLACE(TRIM(request.form("emailf")),"'","''")&"'," & _
  12.                     " '"&REPLACE(TRIM(Request.form("email2f")),"'","''")&"'," & _
  13.                     " '"&REPLACE(TRIM(request.form("passwordf")),"'","''")&"')"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement