How is http post method implemented?

Elilaexal

New Member
I know want to know what happens behind the scene of a HTTP post method. i.e browser sends a HTTP post request to a server side script in PHP (eg). How does PHP's $_POST variable get the values from the client. Could someone explain in details or point to a guide.Regards,Mithun
 
Back
Top