fraser5002 Posted February 28, 2011 Share Posted February 28, 2011 Hi i am using the following to try and add a string to a mysql database var ajax_connection = createRequest(); ajax_connection.open('get', "addtodb.php?text=" + textstring); ajax_connection.send(null); My problem lies when the string gets large >2000 characters as IE can no longer use URLs this long. How else can i achieve passing such a large string ? My idea was to use a cookie or a session but it seems a bit overkill in my opinion. Is there anything simpler? Quote Link to comment https://forums.phpfreaks.com/topic/229136-passing-large-string-through-ajax/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.