Search found 3 matches

by Rjevsky
Mon Sep 11, 2017 5:20 pm
Forum: Coding Questions
Topic: How to read html url as string
Replies: 5
Views: 3733

Re: How to read html url as string

Peter wrote:The better way is to run a little php-snippet on your own server
Thanks for the help. Can I make it even easier: to display the page from my web server? (I need it for the android application)
by Rjevsky
Mon Sep 11, 2017 1:24 pm
Forum: Coding Questions
Topic: How to read html url as string
Replies: 5
Views: 3733

Re: How to read html url as string

Forgive me for my bad English. I want to get HTML pages.

For example from http://anyurl.com
I want to receive:

Code: Select all

 <!DOCTYPE html>
<html>
<head>
<title>...</title>
</head>
<body>
....
</body>
</html> 
by Rjevsky
Mon Sep 11, 2017 12:05 pm
Forum: Coding Questions
Topic: How to read html url as string
Replies: 5
Views: 3733

How to read html url as string

how to read HTML from url for processing as strings for parsing and extract info?