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!
May i know is there any method i could use to send out a HTTP POST request with header and body data to the remote server using CURL? My HTTP header is like below:
Yes. That's a very broad question though. Have you looked at the curl library functions in the manual?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
I had tried certain curl methods i found on php.net. but somehow my remote server side unable to authenticate my header. The server returns an error message saying Authentication required. I had also tried php header() also but it gave me same result.