• Resolved aaroncabanas

    (@aaroncabanas)


    Hi!

    I am newby so I know near nothing of wordpress. I’ve asked wordpress support how to add a “secondary database” to my site and they told me it’s something like this:

    $second_db = new wpdb(DB_USER, DB_PASSWORD, $database_name, DB_HOST);
    $results = $second_db->get_results($your_query);
    

    And now what I would like to do is to send every contact form response to THAT database, is it possible to do? And if it is, how I am suposed to do it?

    Thank you in advanced!

    The page I need help with: [log in to see the link]

  • The topic ‘Send form output to another database’ is closed to new replies.