how to store (in php) and use (in javascript) large amount of data

kureshtari

New Member
I have stored data in hidden \[code\]<input>\[/code\] tags, but it caused reduction in performance.There was an array of ~100 items. This is one of them:\[code\]<div class="data"> <input type="HIDDEN" name="zold_0" value="http://stackoverflow.com/questions/11047383/0"> <input type="HIDDEN" name="dpi_0" value="http://stackoverflow.com/questions/11047383/27x40"> <input type="HIDDEN" name="minoseg_0" value="http://stackoverflow.com/questions/11047383/gyenge"> <input type="HIDDEN" name="src_0_0" value="http://stackoverflow.com/_files/4/8/11307.jpg"> <input type="HIDDEN" name="szoveges_uzenet_0_0" value="http://stackoverflow.com/questions/11047383/A k
 
Back
Top