Search found 3 matches

by dhruvg
Mon Dec 28, 2009 4:22 pm
Forum: PHP - Code
Topic: alternative to php HttpRequest
Replies: 4
Views: 694

Re: alternative to php HttpRequest

Maybe I am not understanding the purpose of your response correctly, but how does this help me solve my problem.

Thanks in advance.
by dhruvg
Mon Dec 28, 2009 3:13 pm
Forum: PHP - Code
Topic: alternative to php HttpRequest
Replies: 4
Views: 694

alternative to php HttpRequest

I was using the HttpRequest class in my php script, but when I uploaded this script to my hosting provider's server, I get a fatal error when executing it: Fatal error: Class 'HttpRequest' not found in ... on line 87 I believe the reason is because my hosting provider's php.ini configuration doesnt ...
by dhruvg
Sun Dec 27, 2009 11:49 pm
Forum: PHP - Code
Topic: getting the headers from a HTTP POST request
Replies: 3
Views: 107

getting the headers from a HTTP POST request

hey. i have a php script which processes special http post requests. all these post requests have an additional key-value pair in their header wherein the key is called 'Authorization'. so i have a php script which is getting these types of post requests and i know how to get the body data of the po...