Fetching data from wp_cf7dbplugin_submits table into android app
-
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_submitsBut 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/
The topic ‘Fetching data from wp_cf7dbplugin_submits table into android app’ is closed to new replies.