• I am using this db extension in my website.But i want to access data in wp_cf7dbplugin_submits table in android app.I have developed webservice and deployed it on server.Hitting that web service from app.
    In that web service i need to fetch data from wp_cf7dbplugin_submits like i fired query as
    select field_value from wp_cf7dbplugin_submits

    But it is giving me some html code in android as
    <!DOCTYPE html>
    <!–[if IE 7]>
    <html class=”ie ie7″ lang=”en-US”>
    <![endif]–>
    <!–[if IE 8]>
    <html class=”ie ie8″ lang=”en-US”>
    <![endif]–>
    <!–[if !(IE 7) | !(IE 8) ]><!–>
    <html lang=”en-US”>
    <!–<![endif]–>
    <head>
    so on….

    Could anyone tell that what is it?who i can get the required data?

    http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/

Viewing 1 replies (of 1 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    I can’t debug your web service for you but I can try to give you some hopefully useful information. Your web service can use the PHP code in Accessing Form Data via PHP. Using that, it can get the same result data as a short code then you can code how to deliver that data via your web service.

Viewing 1 replies (of 1 total)

The topic ‘Fetching data from wp_cf7dbplugin_submits table into android app’ is closed to new replies.