Re: [PHP] accepting POST variables using CURL

2007-02-02 Thread Richard Lynch
On Fri, February 2, 2007 2:45 am, chetan rane wrote: > i tried curl to access HTTPS pages but how do i get the POST variables > been > passed to me . > here is teh exact thing which i want. > i have a HTML page when i submit the form i want ot read all teh POST > data > using HTTPS. > I know its p

[PHP] accepting POST variables using CURL

2007-02-02 Thread chetan rane
HI al i tried curl to access HTTPS pages but how do i get the POST variables been passed to me . here is teh exact thing which i want. i have a HTML page when i submit the form i want ot read all teh POST data using HTTPS. I know its possible using CURL but dont exactly know how to do it -- H