XMLHTTP and CURL
Posted: Thu Aug 12, 2004 5:20 am
Hi,
I am developing a site for a client, where i have to call a path internally from my server to a remote server.
The server path is like
http://abc.com/products/!Decode
Here the server file is a PL/SQL file running on Oracle server.
I have done this calling using XMLHTTP in asp.
Now I have to build the application in php.
So I am using CURL for it.
If I make a simple form and in the action of the form i give the server path ,it is working fine.
One thing I want to note is that the PL/SQL are generated on the run in oracle server.
So can anyone say ,I am right in my approach.
Regards,
shoubhik
I am developing a site for a client, where i have to call a path internally from my server to a remote server.
The server path is like
http://abc.com/products/!Decode
Here the server file is a PL/SQL file running on Oracle server.
I have done this calling using XMLHTTP in asp.
Now I have to build the application in php.
So I am using CURL for it.
If I make a simple form and in the action of the form i give the server path ,it is working fine.
One thing I want to note is that the PL/SQL are generated on the run in oracle server.
So can anyone say ,I am right in my approach.
Regards,
shoubhik