Code: Select all
load.php?sort1=newsFeeder&sort1=news&sort2=shop&sort3=links&sort3=imagesCode: Select all
$sort1=$_GET['sort1'];Just incase this helps, here's the javascript function:
Code: Select all
function serialize(s){
serial=$.SortSerialize(s);
i=serial.hash;
p=i.replace(/[[]]/g,"");
window.open("load.php?value="+p);
};