covert php file_get_contents to VB Script help

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Aug 2007
Posts: 47
Reputation: Dio1080 is an unknown quantity at this point 
Solved Threads: 0
Dio1080's Avatar
Dio1080 Dio1080 is offline Offline
Light Poster

covert php file_get_contents to VB Script help

 
0
  #1
Jun 28th, 2009
Hello, I'm trying to figure out how to convert this php file_get_contents command to visual basic script. I tried goggling it but no luck. This is the command down below.

[CODE=php]
<?
$page=file_get_contents('http://www.example.com/page?user=cwarn23&pass=820578wxz56240358');
?>[/php]
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 47
Reputation: Dio1080 is an unknown quantity at this point 
Solved Threads: 0
Dio1080's Avatar
Dio1080 Dio1080 is offline Offline
Light Poster

Re: covert php file_get_contents to VB Script help

 
0
  #2
Jun 28th, 2009
  1. <?
  2. $page=file_get_contents('http://www.example.com/page?user=cwarn23&pass=820578wxz56240358');
  3. ?>
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,855
Reputation: ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all 
Solved Threads: 120
ithelp's Avatar
ithelp ithelp is offline Offline
Posting Virtuoso

Re: covert php file_get_contents to VB Script help

 
0
  #3
Jun 29th, 2009
Google for how to send http request and read response in vbscript.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC