Hi friends:
I am trying to display my mysql query results searching the database. I am extracting the search string from the form using($REQUEST['name']. I am trying limit the results to 20 records per page. I am trying to use prev -123- next links to help the user to navigate from one display screen to another. My php search program (code attached) works fine with the first page of results. But when I click the 'next' or '2' links the array ($name=$REQUEST['name']) becomes null and it returns an error saying that the index 'name' is undefined.
Could anyone help me solve this problem?