re:Reading data posted with XMLHttprequest
- From: jhansen@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (y5)
- Date: Sun, 10 Apr 2005 09:01:03 GMT
to use the $_POST global without enabling the raw data in php.ini, try
the following code:
objXMLHttpRequest.setRequestHeader('Content-Type',
'application/x-www-form-urlencoded');
objXMLHttpRequest.send('var=value&var2=value2');
-----
http://eye.cc -php- web design
.
- Follow-Ups:
- Re: re:Reading data posted with XMLHttprequest
- From: R. Rajesh Jeba Anbiah
- Re: re:Reading data posted with XMLHttprequest
- Prev by Date: Php And global.asa
- Next by Date: Display graphic as background - HELP!!
- Previous by thread: Php And global.asa
- Next by thread: Re: re:Reading data posted with XMLHttprequest
- Index(es):
Relevant Pages
|