Database Autoresponder

By admin  

how to insert data in mysql db?

i am working on a autoresponder and i want the question came from database as well as the answer..my question is how will i do that?pls soe one help me..thanks!

If I understand your question, you want a question and answer to come from the database. So, you need to set up the database with the various fields, say: Question and Answer. You insert these with their proper keys in the usual way (create, insert, update, commit), and retrieve the one you want with a select.

Two ways:

use php to set up the form in which the questions/answers would be entered; these would show on the client-side machine, and get passed back to the server. The server side process would then open the database, do the necessary checks, write/insert the new record (or update an existing record), commit the changes to your database and close the database. Great for one Q&A at a time.

the other way is to use the native database language to load the Q&A’s in bulk, probably from a CSV file or some such. Similar to the other, but only one open and one close for the whole database.

plx Autoresponder – Installation – Part 2



Post a Comment

Your email is never shared. Required fields are marked *

*
*