Search found 5 matches

by letitbeme
Mon Apr 30, 2007 2:14 pm
Forum: PHP - Code
Topic: Detecting where the user originates from
Replies: 8
Views: 904

Lol, and how silly can I be to not notice the semicolons! [:P]

Thanks for your help buddy :)

By the way, if you do custom php work, I have something I need to get done. PM me if interested and i'll PM you the details :)

Regards.
by letitbeme
Mon Apr 30, 2007 3:09 am
Forum: PHP - Code
Topic: Detecting where the user originates from
Replies: 8
Views: 904

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...
by letitbeme
Sun Apr 29, 2007 12:06 pm
Forum: PHP - Code
Topic: Detecting where the user originates from
Replies: 8
Views: 904

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...
by letitbeme
Sun Apr 29, 2007 7:14 am
Forum: PHP - Code
Topic: Detecting where the user originates from
Replies: 8
Views: 904

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? :)...
by letitbeme
Sat Apr 28, 2007 6:03 am
Forum: PHP - Code
Topic: Detecting where the user originates from
Replies: 8
Views: 904

Detecting where the user originates from

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...