Okay, this is probably a stupid question, but here goes.
I have set up a page that pulls a list from a mySQL table, and formats them in a list with a href that includes the unique id.
When the user selects a link, they are sent to the same page, but with the id in the url. This is working fine.
Then I am using $_GET['portid']; to extract the unique identifier, and provide content along with the original list.
This works fine on my dev server, but not on my hosts server. For some reason, its just not $_GETting the variable for me.
Any ideas?