Sending multiple checkbox options
Posted
by Grunje_D_D
on Stack Overflow
See other posts from Stack Overflow
or by Grunje_D_D
Published on 2010-04-17T23:42:36Z
Indexed on
2010/04/17
23:43 UTC
Read the original article
Hit count: 101
Hi, I'm creating a used cars website (written in PHP), and I'm stuck on sending advanced search options from form. I have more than 30 of them and I wonder if it's possible, and how, to send them in one variable (for example &options=1,2,3,5,6,10 or some other way..). Also I've heard that this is possible with "bitwise" but I don't have a clue how to do that. Or if someone have a better idea, please let me know.
Thanx
© Stack Overflow or respective owner