Re: [PHP] Posting values to a URL

2009-05-20 Thread dele454
Great stuff!! :) thanks Shawn. the http_parse_message does exactly what i want. thanks a mil :) Shawn McKenzie wrote: > > dele454 wrote: >> hi, >> >> I am working on integrating a credit payment service from setcom. on >> completion of transaction setcom sends bunch of post variables that my >>

Re: [PHP] Posting values to a URL

2009-05-20 Thread dele454
Thanks Nathan, But that wont work effectively because the response header could change depending on the outcome of the transaction or if file is not found on the seller's website etc. Nathan Rixham wrote: > > dele454 wrote: >> hi, >> >> I am working on integrating a credit payment service fr

Re: [PHP] Posting values to a URL

2009-05-19 Thread Shawn McKenzie
dele454 wrote: > hi, > > I am working on integrating a credit payment service from setcom. on > completion of transaction setcom sends bunch of post variables that my > script has to send back to setcom to get the details of the transaction as > an xml file. > > I am using the pecl_http extension

Re: [PHP] Posting values to a URL

2009-05-19 Thread Nathan Rixham
dele454 wrote: hi, I am working on integrating a credit payment service from setcom. on completion of transaction setcom sends bunch of post variables that my script has to send back to setcom to get the details of the transaction as an xml file. I am using the pecl_http extension(http_post_fie

[PHP] Posting values to a URL

2009-05-19 Thread dele454
hi, I am working on integrating a credit payment service from setcom. on completion of transaction setcom sends bunch of post variables that my script has to send back to setcom to get the details of the transaction as an xml file. I am using the pecl_http extension(http_post_fields) for posting