I know this is a pretty simple question but this is all I want.
here goes, I want a script in php that if I put say:
www.myhost.com/myscript.php?character=1
it would come up with a page with info about character 1 (for a game site) but if I put :
www.myhost.com/myscript.php?character=2
it brings up a different page with info about character 2.
and so on.
Can anyone either make this script or send me somewhere that can tell me how to do it...
Thanks
