can any tell me how to perform this task
i need to create history table when ever user performs certain task like
when he creates a content, browse a specific page, perform search...
i have started with created a content type history and i have written a rule to insert one row in the table..
it works fine but when i create a view to display the results it doesn.t show up. only the rows which i have created manually(create content-> history),the view display only this results..
any other way to see the database query when the node is created.
i have tried with the firebug module but don know how to use it.