Thanks Jcart. Yes, I overlooked the "=" to sign. It should have been "==" since I am comparing two values. I've tried running it with the code you gave but I did not get any output :( Shouldn't teststring be within " & " instead of ' & ' ? What I am doing is thi...
Thanks Rebus. From the page you linked about Sessions, it says that it can be stored in a cookie on the user side or is propagated in the URL. This means that for my page to work with sessions, the user must have cookies turned on, right? If the send the session ID in the URL, the URL can then be co...
Thanks d11. I know a bit about sessions. Doesn't it require cookies to be turned on? Some users are "wary" of cookies and I don't want them to feel left out when they come to my page. I think this is doable through .HTACCESS files. Any idea about that or some site you could point me to? :)...
Hello fellow members. I was trying to code a few pages and I need to secure them a bit. But I am stuck a little bit. I am not sure if it is possible to know where the user originates from. For example, say I have a page called "Secure.php". Now, I have another page called "Redirect.ph...