By n1ckyb0y on
Hi
Can anyone tell me where (what table) to find node content in the actual database of my website? I've think I've looked in all the available tables but can't find it!
Thanks
n1ckyb0y
Hi
Can anyone tell me where (what table) to find node content in the actual database of my website? I've think I've looked in all the available tables but can't find it!
Thanks
n1ckyb0y
Comments
API
The content is split across multiple tables, and in general the right way to access it is through the API.
The title and the body are
The title and the body are in node_revisions table. You can use node_load function instead. (api.drupal.org)
------------------------------------------------------------------------------------------------------------------------------------
Sergata - פיתוח תוכנה