Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
781 views
in Q2A Core by
by
Are you asking where your database files are stored?  If not, please explain further.
by
I need to know where the files are stored... like the particular questions created by the users...
by
Ok, please see my asnwer below.  If you are looking for a file with the text of each question in it, there isn't one.  Again, the questions are stored in the database, not in individual files.  If you want to know where the database files are stored, check your server configuration, or talk to your hosting provider.

1 Answer

0 votes
by
The questions aren't stored in files, as such.  They are stored in your database engine on the server.  If you have root level access to the server, you could see the files that MySQL stores the info in, but the files wouldn't be in a format you could use for anything else, or even read.  It would be much better to use something like phpMyAdmin to export a list of the questions you want into a CSV file, which you could then use for whatever you are planning.

Just out of curiosity, what did you need access to those for anyway?  It is very unusual to try an access them directly.
...