Web Hosting Talk







View Full Version : Php/asp


Research Names
11-24-2002, 11:44 PM
Can anybody tell me how I can trigger an ASP page on a remote server using PHP? I just need it to run, I do not need to extract information. I do not use ASP but I want to make a mass payment solution for E-gold.com and I need to take advantage of the GET method also.

Aushosts
11-25-2002, 12:08 AM
Can't you just use a form to send the info to the asp script, and use JS to auto send the form?

Aushosts
11-25-2002, 12:09 AM
You could use <? include ("http://whatever/script.asp"); ?> could also work

kunal
11-25-2002, 04:07 AM
Hey,
Like already suggested, you could just use a form, or use sockets to open a connection to the php script. :)

kunal

Research Names
11-25-2002, 04:20 AM
No I want to open the asp script. I was hoping that I could do it with shell.

kunal
11-25-2002, 04:43 AM
Thane,
Oh ok.. you could use sockets then... remotely connect to the script, and feed information to it...

kunal

Derrick
01-13-2003, 01:03 AM
This guy is a hacker dont help him.

the proof is here:

http://forums.myecom.net/forums/viewtopic.php?t=1678

Research Names
01-13-2003, 01:10 AM
I'm not a hacker and I am doing investigation now.

Derrick
01-13-2003, 01:14 AM
hmm u admited to it once before, people usually dont change.

Derrick

Research Names
01-13-2003, 01:20 AM
The last time I hacked was January last year.

Derrick
01-13-2003, 01:22 AM
Ok no problem i believe you .:D

anantatman
01-13-2003, 03:10 AM
you can use "curl" if its compiled with PHP.
you can post variables and get back data.

or. use SOAP, or XMLRPC