Re: Variable to URL
posting information in the url bar is not very secure. if your handling sensitive information consider changing to sessions.
anyway here is how i handle info in the url
Just a simple link: (will probably need if/else statements to get a good link)

Relating this to your script, try sending one variable at a time then switch to 2.
everything else seems fine.
My guess is its an error in your looping/ if/else
I will diagnose it tonight if you cant figure it out. :grin:
posting information in the url bar is not very secure. if your handling sensitive information consider changing to sessions.
anyway here is how i handle info in the url
Just a simple link: (will probably need if/else statements to get a good link)
I then receive it on another page using
Hope that helped
Relating this to your script, try sending one variable at a time then switch to 2.
everything else seems fine.
My guess is its an error in your looping/ if/else
I will diagnose it tonight if you cant figure it out. :grin: