shane18 Posted December 29, 2009 Share Posted December 29, 2009 Is the xmlhttp.send(NULL) method a way of requesting what type of encoding you want the data returned for example? Link to comment https://forums.phpfreaks.com/topic/186606-send-method/ Share on other sites More sharing options...
shane18 Posted December 29, 2009 Author Share Posted December 29, 2009 What I meant was... What is the parameter in the send method used for? Link to comment https://forums.phpfreaks.com/topic/186606-send-method/#findComment-985598 Share on other sites More sharing options...
Adam Posted December 31, 2009 Share Posted December 31, 2009 If you're using the POST method you would add your parameters to the send() function: xmlHttp.send('param1=foo¶m2=bar'); Link to comment https://forums.phpfreaks.com/topic/186606-send-method/#findComment-986367 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.