hi, i send a value through form and get result from database.e.g i enter a specific customer code and i get all data of that customer from database by the use of query. but i want to display results page by page which is not being possible .......it shows only first page and when i click on other page's link......then query is failed. plz help me. thanks in advance. farieha
you need to pass the customer code again to the next page..
so on the link to next page eg add
<a href=next_page.php?customer_code=$customer_code>next</a>