hi,
i ahve written it before and someone told me to pass value of customer code again through query string.i did it so but it is not working perhaps i am doing some mistake.......i am writing it again
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.
when i pass variables value in the query string in the following way it does not work
where sql query is following
$str=\"select * from master where custno like \'%$code%\'\";
print \"<a href=\\"$PHP_SELF?offset=$newoffset?code=$code\\" id=au>$i</a> \n\";
plz help me.