and from the casa_sola_1.php
the name of the checkbox is like this
<code>
<input type="checkbox" name="id_producto[]" value="<?=$q_query["id_producto"];?>">
</code>
Search found 4 matches
- Sat Apr 09, 2005 9:02 pm
- Forum: PHP - Code
- Topic: Problem with array of a filter
- Replies: 7
- Views: 1525
- Sat Apr 09, 2005 8:59 pm
- Forum: PHP - Code
- Topic: Problem with array of a filter
- Replies: 7
- Views: 1525
- Sat Apr 09, 2005 7:13 pm
- Forum: PHP - Code
- Topic: Problem with array of a filter
- Replies: 7
- Views: 1525
- Sat Apr 09, 2005 6:14 pm
- Forum: PHP - Code
- Topic: Problem with array of a filter
- Replies: 7
- Views: 1525
Problem with array of a filter
Hi everybody, hope somebody can help me with this that had been turned in a lot of headaches, lol Ok, I have this page for a costumer, it's a Real Estate site, so what my client wants is to find houses by state, zip code, and some other ones. I already did that, the problem comes next, 'cause when I...