By liaolliso on
Hey, guys
I have a question about content saving.
I have a content type named 'aaa', and i want to do some updating during/after its creation, how can i do that,
should i implement certain hook or ...
I only want this content type's content do some updating, not other content types
Any suggestion appreciated!
Comments
Use hook_nodeapi. Then
Use hook_nodeapi.
Then use:
James T
Action Medical Research - www.action.org.uk
really thanks for the quick
really thanks for the quick reply. i will do that