nagalenoj Posted February 23, 2009 Share Posted February 23, 2009 Dear friends, I am using a ajax function which will be called on submitting a form. The form has many number of fields. When I call the url to serve, xmlHttp.open("GET","../bin/submit_values.php,true); The url name looks very big when concat all the values in the form. Is there any other way to send more arguments with the url.? Link to comment https://forums.phpfreaks.com/topic/146484-help-me-proceed/ Share on other sites More sharing options...
corbin Posted February 24, 2009 Share Posted February 24, 2009 You could use POST, but you will still be transferring the same amount of data. You can't transfer data without transferring data ;p. Link to comment https://forums.phpfreaks.com/topic/146484-help-me-proceed/#findComment-769725 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.