Hi i want to show a table with a 3 columns -
- Select option column [a Checkbox (that will be on the second row-will be repeating according to the results)]
2)Client ID column
3)Client Name column
and a button named ‘SHOW’
for now i made the table.
[php]
Select | Client_ID | Client_Name | |
---|---|---|---|
" . " | "; echo "" . " | "; echo "" . " | "; echo "" . "" . " | "; echo "
my question is why is my check box and a text box isnt showing when i have already put it…can anyone help.Please… where am i wrong?