Page 1 of 1

2 variables, one big problem!

Posted: Fri Jun 14, 2002 1:06 pm
by Aaron
I have a comment system attached to a 'news/episode/thing' I made, and depending on how you entered the news/episode then the commenting might or might not work, I could just make it so that the news/episode main page makes peeps enter under one variable, and probably will, I just wondered if theres away I 'could' get round this ;

if you entered on episode?id=xx then itll work cos the var is 'series/episode'
but if you come in on episode.php?id=xx then it wont cos the var is different!

Re: 2 variables, one big problem!

Posted: Mon Jun 17, 2002 3:48 am
by mikeq
Aaron wrote: if you entered on episode?id=xx then itll work cos the var is 'series/episode'
but if you come in on episode.php?id=xx then it wont cos the var is different!
Look the same to me, both have a variable called 'id'