So using Xen Callback, I'm retrieving a variable through GET and displaying the results from that variable.
So normally the url would be script.php?user=test , I create a page in Xenforo called script, and set a link to goto http://url/pages/script?user=test but every time it loads it adds a slash http://url/pages/script/?user=test , I've searched and found a few answers to why this happens. But I'm curious if there is either a way to remove the slash, or another way to pass the variable in the url to a page.
Any thoughts?
So normally the url would be script.php?user=test , I create a page in Xenforo called script, and set a link to goto http://url/pages/script?user=test but every time it loads it adds a slash http://url/pages/script/?user=test , I've searched and found a few answers to why this happens. But I'm curious if there is either a way to remove the slash, or another way to pass the variable in the url to a page.
Any thoughts?