
April 19th, 2005, 04:48 AM
|
|
Registered User
|
|
Join Date: Apr 2005
Posts: 4
Time spent in forums: 1 h 30 m 23 sec
Reputation Power: 0
|
|
Sending info to another script
I have a problem!!!
I need a VB script or any other script to do the following:
I should send information to another script on another server using the GET method. Example: http://somedomain/srcipt.asp?msg=xxx etc.
The parameters used in the script will come from a database, meaning the script will be called depending on the parameters from the database.
Let's say the database needs to send: msg=24&ID=5 it sholud then open the VB script and use this information to send the info to the external file.
Also the script needs to post this information from the servers IP and not from the Browsers IP.
Anyone whp can help??
|