I have a very long string variable(2000+ characters) in JavaScript and I need to pass it to a Php page so that I can store it in a Database. Which would be The BEST technique to pass this string variable along with some other data from JavaScript to a Php page ?
I have a very long string variable(2000+ characters) in JavaScript and I need to
Share
Of course the contents of the
bigvariable will be much bigger. 2000 characters isn’t that much. I’ve posted at least that much with no problem.