By terix on
Hi everybody,
let's say i have a content type called "file generator". A new node of this type ask for "filename", "date range" and "table".
After the user has created a new node, I need to automatically run a php code that gets the info of that node and uses them to call the right query and gets the records.
I have done the php code (and it works), but I don't how to link it to the generation of the node so it runs automatically after the node creation (and I don't know how to get the data from the node).
How can i do that in Drupal 6?