Hello,
I'm not very familar with ASP, normally I'm using PHP.
I am looking for a small script which:
- executes a program on the server with given request parameters
- waits until the program finishes
- sends a http redirect header
I know how to do it with PHP but the server supports ASP only. ASP.NOT is
not available.
Does anyone has some tips for me.
Greetings,
Christian
I'm not very familar with ASP, normally I'm using PHP.
I am looking for a small script which:
- executes a program on the server with given request parameters
- waits until the program finishes
- sends a http redirect header
I know how to do it with PHP but the server supports ASP only. ASP.NOT is
not available.
Does anyone has some tips for me.
Greetings,
Christian
Comment