How to save long text from jquery to mysql

Exchange

New Member
How would you send long text from jquery to mysql becuase i have been trying use the .load function and for some reason i cannot get the text through.\[code\] Var new_text = "oehieifewfewiofeio"; $("#test").load("actions.php?act=save&new_text="+new_text);\[/code\]Thank you,
 
Back
Top