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 from

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 script has

[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

Re: [PHP] Include directive..

2008-12-10 Thread dele454
Am having this error in the apache log files WHat does it imply really. I have no idea. Am trying to run Zf but my pages are all blank so i was wondering if this has anything to do with it. Thanks will appreciate any help: [Wed Dec 10 11:15:03 2008] [warn] [client 190.30.20.221] mod_include:

[PHP] Include directive..

2008-12-08 Thread dele454
Hi, I am modifying the apache config file on my domain to include the path to the Zend Framework on a specified location outside the public folder. So in my http.conf file i simply include the path to where the includes file is to customise the virtual host: [CODE] # To customize this

[PHP] Passing an array from PHP to Javascript

2008-09-16 Thread dele454
http://www.nabble.com/file/p19511848/untitled-1.gif N.B : I had to use anchor to replace the 'anchor tag' in the code below because nabble was disallowing it hi, i am not a js guru so pls permit my naiveness. I need the 'delete' button on the highlighted graphic to delete all checked pics