print("<a href=\"./newadmin.php?nav=Home\">
HOME</a><br>");
This is a link that I have.
The interceptor for it is:
if($nav == 'Home')
{
print("hello");
}
but this link doesn't work. When I push it, it just goes back to the same page and doesn't do anything.
I was using windows and I transfered the scripts to linux. I just installed php and apache. and everything works but any link with a variable in it doesn't. I'm using the konquer browser if that makes any difference.