cpagh Posted July 24, 2009 Report Share Posted July 24, 2009 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 More sharing options...
cpagh Posted July 24, 2009 Author Report Share Posted July 24, 2009 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 More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now