Jump to content

Get Html


cpagh

Recommended Posts

Hi allI'm looking for a ASP code that gets the HTMP content from a webpage.In PHP I would use

$html = implode('', file('http://www.example.com/'));

where "file" gets the content and "implode" collects it into a string.Does a similar code/command exists in ASP?/Christian

Link to comment
Share on other sites

Hi allI'm looking for a ASP code that gets the HTMP content from a webpage.In PHP I would use
$html = implode('', file('http://www.example.com/'));

where "file" gets the content and "implode" collects it into a string.Does a similar code/command exists in ASP?/Christian

Just a clarification:I write HTMP … the correct is of course HTML
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...