Firstly Devinemke, TheDefender thanks for your help with this I really appreciate it.
I have one point that am still not sure of, how, where does the ulr get a mention it is only for these to hidden fields. The page ulr is just http://www.mydomainname.com and does not contain these “aid” and “&0” parameters.
So I suppose my question is in the below there is no reference to http://www.mydomainname.com or the “aid” and “&0” parameters.
<form action="" method="POST">
<?php
foreach ($_GET as $key => $value)
{
echo '<input type="hidden" name="' . $key . '" value="' . $value . '">';
}
?>
<input type="submit" name="submit" value="submit">
</form>
Regards
Luckyboy