Title: remotely sql
Last modified: February 25, 2021

---

# remotely sql

 *  [twito1992](https://wordpress.org/support/users/twito1992/)
 * (@twito1992)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remotely-sql/)
 * Hi,
    Is it possible to export a new order automatically to a remote SQL server?

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remotely-sql/#post-14099209)
 * Hello
 * No way to do it directly.
 * But you can setup “Status Change” job, configure HTTP POST(pro features!) and
   send json to another script.
 * This script will be quite simple , something like (PHP code below)
 *     ```
       <?php 
       $data = json_decode( file_get_contents('php://input') , true);
       print_r($data);
       // connect to mysql and insert $data
       ?>
       ```
   
 *  Thread Starter [twito1992](https://wordpress.org/support/users/twito1992/)
 * (@twito1992)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remotely-sql/#post-14099222)
 * How do I know the name of the field I need?
    thank you for your help
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remotely-sql/#post-14099303)
 * 1. You can configure JSON format using free version.
    2. line print_r($data);
   will show all fields
 *  Thread Starter [twito1992](https://wordpress.org/support/users/twito1992/)
 * (@twito1992)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remotely-sql/#post-14099383)
 * where i put the code?
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remotely-sql/#post-14099493)
 * Use remote webserver , on which you run SQL server too
    -  This reply was modified 5 years, 3 months ago by [algol.plus](https://wordpress.org/support/users/algolplus/).
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remotely-sql/#post-14099499)
 * I think you should hire programmer.
    She/he can submit ticket to [https://algolplus.freshdesk.com/](https://algolplus.freshdesk.com/)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘remotely sql’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/remotely-sql/#post-14099499)
 * Status: not resolved