Co-existence with other php script

P

Peter Pollock

Guest
My objective is a form to mysql function where the backoffice of my customer should get a mail of the form entries.
DaDaBik does not have such a mail_the_results function.
So I wonder if I have to implement such a function into the script, or if DaDaBiK might coexist with a script "phpFormGenerator"
or if there exists another form_2_mail/mysql script?
When using phpFormGenerator with an autoincrement field for the incoming records, might I set up the same table/field structure and add records via the DaDaBik interface = co-existent? Or might there be a conflict when two sripts have access to the database?
Thanks for a tip, Peter
 
D

Debbie S

Guest
Peter

I'm using a second php script in addition to DaDaBIK with one database at work.

I have a php form handler that sends the mail to the specified distribution list and also writes the form data to a database. Then I have DaDaBIK installed as the front-end for viewing the database as populated by the form submissions.

So, in my case, I have no conflict with my two scripts accessing the same database.


Debbie
(Latest version of DaDaBIK when this message was posted: 3.1 Beta)
 
Top