At the moment I am sending variable in links eg,
[ index.php?id=31 ]
And using this method to get the variables like this,
[ if ($id == 31) {include 'links.php';} ]
But when more variables are added things only half work eg,
[ index.php?id=31&tut=3111 ]
Is there a better way of sending and recieving $vars in links, I know this seams simple, thanks for anyhelp.