Forum Moderators: coopster
<META HTTP-EQUIV="refresh" CONTENT="5; filename.php?<? echo $_SERVER['QUERY_STRING'];?>">
to your meta tag and it will transfer all the variables to the next page.
If you are using the post method then you will need to either use hidden input boxes to contain the values as you transfer the variables to the next page.
Hope this has helped.
Del