Hello guys,
i created a form and i want to form to serve a dual purpose of sending data to my database contacts and and another database for newsletter.
so the task is as follow:
one form serving two databases at one click on submit.
i need your help. thank
Best regards

Recommended Answers

All 3 Replies

2 database or 2 tables ?
If its 2 tables (in one database the function is just to do the first query, then the second query - (mysql_query(1); mysql_query(2))).
If you want to do it on 2 databases. you must put select databases queries .

yeah. this worked perfectly. thanks sv3tli0

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.