Hello, I'm trying to figure out how to convert this php file_get_contents command to visual basic script. I tried googling it but no luck. This is the command down below.

  <?
  $page=file_get_contents('http://www.example.com/page?user=cwarn23&pass=820578wxz56240358');
  ?>

Recommended Answers

All 2 Replies

Google for how to send http request and read response in vbscript.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.