Hi,
I have a paging script that works when the query value is a given variable but when I use the same script as a form output the query value is lost for the next page.
Here are the first and next addresses as shown on the browser.
http://dodo.net/t09b.php?gyear=1973
http://dodo.net/t09b.php?query=1973&page=30&limit=10
I have set gyear as global in the form file and in the t09b.php file.
How is it loosing the transferred value of gyear?
Peter