By nahids29 on
Well im running drupal 6x on xampp and i have enabled this core profile module and created various fields in it.. but i dont know where does it save? i mean which part of database? how do i know that.. and have they given the database query in that module script itself? lemme know
Comments
http://drupal.org/node/281912
http://drupal.org/node/281912
It would be better if you posted your questions only once.
okay but how?
okay but how are the tables been created? hmmm? i dint generate any sql query
=-=
using phpmyadmin:
you will see two tables that hold profile information
profile_fields
profile_values
The tables are created when the profile.module is enabled the first time.
If you set up a test install without the profile.module enabled, you can use phpmyadmin to look at the DB tables and compare with your live site which has the profile.module enabled to get a better understanding of what is changing.
If you don't have access to
If you don't have access to that, you can use the database module that lets you look at all your tables.