Active
Project:
Content Construction Kit (CCK)
Version:
6.x-2.8
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2010 at 12:33 UTC
Updated:
19 Aug 2010 at 12:33 UTC
I have created a custom CCK form to use to upload content into my drupal website. How can I find out what MYSQL INSERT command is being used after I hit 'submit' on the form to post it?
The database is on my local harddrive and so is the content I'm aggregating and inserting. It's going to be a helluva lot faster if I just create a php script that mimics the columns in the table, uploads in one batch database insert, and bypasses the form altogether.
Thanks,
Blue