I'm trying to split up my query results using paging. I've pretty much got it working except for a small part. I'm using....
$self = $_SERVER['PHP_SELF'];
and that just returns trans.php (my filename)
I need something to return the variables being passed in the URL as well as the filename.
trans.php?index_radio=5&submit=Submit
Any help is much appreciated.
Thanks,
Scott