In my application i have a table for retrieving database values. and also i have a search function. In page load in first time i want to display normal table and when searching i want to display only specific values according to the search term. Could you please tell me how can i do that?
Display table according to the search term
Collapse
X
-
Try google forOriginally posted by ghjkIn my application i have a table for retrieving database values. and also i have a search function. In page load in first time i want to display normal table and when searching i want to display only specific values according to the search term. Could you please tell me how can i do that?
to find out basics. Or try to explain your problem more detailed.Code:php mysql
-
Originally posted by satasTry google for
to find out basics. Or try to explain your problem more detailed.Code:php mysql
I'm developing web application using php. one of my page hase 4 text boxes, search function and table.(teble displays database values). In first time user log in to this page he should display all values in the table. But if he search some value then should only display details accoring to that serch term.
EX. first time table has 5 record(default database values). Then he search by country(Search By: xxxx). So it should display 2 records those are in that country.
I want to load the value to same table in both situation.Comment
Comment