I am trying to make an ajax shopping cart for my website that will interface with a service called e-junkie. What I have done is using javascript and jquery, I include little blocks of html with a hidden form element in it (with the e-junkie product ID in it) for each item as it is clicked, but I would like to know how it can be used as an array in the url as stated at http://www.e-junkie.com/ej/help.php#q3 . If you want i'll include the code. BTW: I am a bit of a noob with javascript and I can use PHP, barely.