XMLHTTP and CURL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shoubhik
Forum Newbie
Posts: 1
Joined: Thu Aug 12, 2004 5:20 am

XMLHTTP and CURL

Post by shoubhik »

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 :lol:
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

If it does work, you're definitely on the right track ;). Does it?
Post Reply