Re: [PHP] Cookie stored but cannot trigger the function...

2001-02-23 Thread Richard Lynch
> Before redirecting it will also store a cookie in the > browser named camefrom. > > SO then On the login.php page a user enters username > and pasword and Submits.. if user is found then It has > to get the Cookie value like this: > > $goto = $HTTP_COOKIE_VARS['camefrom']; > > header ("Location:

[PHP] Cookie stored but cannot trigger the function...

2001-02-22 Thread Dhaval Desai
Hi! Check ou this website: THe problem is that when u Click on anyof the links on the left.. Currently only the Equity link..It will check for a cookie in your browser, if cookie is found then It''ll show u the content but if not found it'll redirect to lohin.php page. Before redirecting it wi