I see you managed to do what you wanted but i think there is an easy way. just execute this sql statement SELECT concat('webPageAddress',post_name) FROM `wp_posts` t
Hi to you all
I saw couple threads about getting data from webpage so this is simple java example
you will need jsoup jar file in your project
Document doc = null;
try {
String currUrl;
doc = Jsoup.connect(ENTER BLACKHATWORLD URL INCLUDING HTTP).get()...
Hi,
try to open both databases side by side and check table names.
if names are the same check the coll names.
well if there is too much difference between names you can try to match them but this is hard work.
If you give some more info about two database tables and colls in each table i will...
stackoverflow.c()m/questions/8986617/jsoup-posting-modified-document
stackoverflow.c()m/questions/6581655/jsoup-useragent-how-to-set-it-right
Sorry for the links
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.