db Add / InsertThis is another way of adding new records to your database. Use the INSERT method! We like using this one, because it keeps all our code on one line. (we're big fans of page speed, ya know). Anyway, just setup the connection to your db (we used cnDZ), then Request your Form or QueryString variables (var1, var2, etc.), and INSERT them!