Hi,

i am trying to do make a simple search using a textbox + a dropdown. with the following code search works properly using textbox only or with dropdown selection but when the necessary line for making concatenating is used ($query2 .="Limit ...";) that pagination does not work with it and shows all data which was searched in a page. please help me with this.


Code:
 

$search = $_GET['search'];
...