PDA

View Full Version : I need a page that variables can be passed to.


fatal67
09-14-2008, 04:13 AM
My website has the option to display maps for a certain game.

I have created a custom content page that shows up in the middle and displays a list of all of the maps. Each item on the map calls the viewer, lets say viewer.php currently. So your normal link looks like this:

http://maps.domain.com/viewer.php?map=1

I have tried creating a content page that loads viewer.php but it wont let me send a variable.

ie:

http://maps.domain.com/index.php?pageid=viewer?map=1
but it tells me it is an invalid link. If I do it without the ?map=1 it does what it is supposed to do, which is tells me there is no map available for that area (blank area) and asks if I would like to upload one.


Any suggestions would be appreciated.

fatal67
09-14-2008, 05:08 AM
Nm. I just had to add the variable to the global variables. Life is good ;)