I want to send multiple values to a different page using a href link. But what I retrieve is the first 2 values only, rest shows an error of undefined index.
href
try using urlencode, as if there are any special characters in the strings, it could have an effect on the querystring as a whole;
echo " Next ";
Plus you had a space between srch and page, that could have been causing a problem.