Forum: PHP May 16th, 2008 |
| Replies: 4 Views: 339 Re: dynamic query the problem is we don't know which checkbox is checked and count how many checkbox is checked, example we know 2 checkbox is checked so the query is two condition. if three checkbox is checked so the... |
Forum: PHP May 13th, 2008 |
| Replies: 4 Views: 339 dynamic query for example :
I have 4 check box with their own variables a,b,c,d
How can I create query with condition using what users choose,
where users can choose more than one check box
thanks for your... |
Forum: PHP Mar 3rd, 2008 |
| Replies: 1 Views: 680 |
Forum: PHP Mar 3rd, 2008 |
| Replies: 1 Views: 383 dinamic drop down menu list of first drop down menu get from database mysql, and list of second drop down menu is according category what first drop down menu select. example case: we have two drop down menu. first list... |
Forum: PHP Jan 27th, 2008 |
| Replies: 1 Views: 395 get the value from derived table get the value from derived table
in the walikelas table i have field :id_teacher,name,password
in the kelas table i have field :id_class, class_name, and id_teacher.
$query=("SELECT w.name,... |