I have a simple value that is in a URL that must be kept for browsing a back end i have developed. So any form that is submitted must carry what ever the config= is.
The URL value is ?status=17&config=6 This works fine on every page by the use of
$_GET['config']
the problem is on some pages it just prints ?status=17&config=+ when the form is submitted. of course this will not work for what i need and i am out of ideas.