Tagged Questions
3
votes
1answer
191 views
Post data in wordpress from java using xmlrpc
I am trying to post data in wordpress using this code but I am getting token null
In place of sXmlRpcURL I have used http://wordpress.com/ and http://sUsername.wordpress.com/ also but both the cases ...
1
vote
1answer
46 views
Posting Data from Android app to PHP page
I've been looking at several other posts and trying to put together a way to POST data from my android app to a php page on our website. Basically it's a domain check function and I want the user to ...
0
votes
10answers
741 views
Writing Ajax code in JAVA
I want to write ajax code in java i.e. i want use the functionality of ajax without using ajax. I'm looking for some API of JAVA which can do so.
Like we post data of a web page through JAVA program ...