
This 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! By the way, make sure all your FIELD names and variable names are in the correct sequential order, or you're gonna run into all kinds of probs. FIELD, variable, FIELD, variable, you get the idea. ;-)
|