Tf you had price=500 then you would see a variable called price with a value of 500.
I suspect you are trying to make an array, so what you should try is: thePrices[]=500&thePrices[]=400&thePrices[]=350 Etc. HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php