6
I figured it out.
Just a warning...use the internal functions to create the link. In theory, this could have been a bug later on if someone had a different setup than I.
Here's my old code for the link creation:
Quote:
And here's how I do it now (and how it should be done):
Quote:
My theory is that somehow, either PHP or the HTML passed the POST data into the URL as GET data. Nevermind that, but using the XOOPS_URL fixed all this. NO redundant URL data anymore.
Thanks for the help. Dave_L, your info wasn't the end-all, but it was a definate step in the right direction.