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!
2 variables, one big problem!
Moderator: General Moderators
Re: 2 variables, one big problem!
Look the same to me, both have a variable called 'id'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!