Thread
:
PHP and Ajax POST Request
View Single Post
pradeep
Team Leader
29Dec2007,12:20
Practically there is no need to set the request header, and if you set it should look like this
Code: JavaScript
xmlHttp.
setRequestHeader
(
"Content-Type"
,
"application/x-www-form-urlencoded"
)
;