Retreive Quform Entries

Home Forums Quform WordPress Retreive Quform Entries

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7277
    desseily
    Participant

    Hi,

    Is it possible to create a page and use $wpdb to retreive the data from the tables wp_iphorm_form_entry_data, wp_iphorm_forms and wp_iphorm_form_entries. I’m using this simple code and it’s not working;

    <?php
    global $wpdb;

    $result = $wpdb->get_results ( ”
    SELECT *
    FROM $wpdb->wp_iphorm_forms
    ” );
    if ($result) {
    foreach ( $result as $page )
    {
    echo ‘num is ‘. $page->id.'<br/>’;
    }
    } else {
    echo ‘Not found’;
    }
    ?>

    #7289
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy