Hello,
I am creating a password-protected folder. I believe all the links that point to protected pages need the following code at the end...
?pass=<?echo($pass)?>&use=<?echo($use)?">
So the link page.php would be
<a href="page.php?pass=<?echo($pass)?>&use=<?echo($use)?">Page</a>
However, when I include this link in the page I get a parse error. Does this link look correct to you?
Thanks,
Joe