A
Anonymous
Guest
Hello everybody,
I'm a newbee to php and have (I think) a fairly easy question.
I've developed a search form wich takes all descriptions out of a table and puts them dynamicly on the form:
<input type="checkbox" name="description$temp" value="description">
$temp is a variable wich changes everytime he loops trough te while.
My problem is the following: I need a way to confirm if a checkbox is checked and after i've got them all, I need to search them in a different table. Sounds Complicated ?! :?
I hope someone got the answer for me.............
Greetz Helgo Rongen.
P.S. if you need further details regarding the question, I will gladly give them to you.
I'm a newbee to php and have (I think) a fairly easy question.
I've developed a search form wich takes all descriptions out of a table and puts them dynamicly on the form:
<input type="checkbox" name="description$temp" value="description">
$temp is a variable wich changes everytime he loops trough te while.
My problem is the following: I need a way to confirm if a checkbox is checked and after i've got them all, I need to search them in a different table. Sounds Complicated ?! :?
I hope someone got the answer for me.............
Greetz Helgo Rongen.
P.S. if you need further details regarding the question, I will gladly give them to you.