On 9/11/07, NOSPAM plz wrote:
> I think you have to put the exit(); function in the code to prevent hacks.
>
> if($_SESSION['already_submitted'] == True) {
> header("Location: page2.php");
> *exit();*
> }
Good call. I forgot to type that in there, but you're right. ;-)
--
Daniel P
Hi,
You can not control this, but you might be able to control the page
where the user is going back through the third page :)
like this:
page 1: submit to page 2
page 2: header('Location: /page 3');
page 3: the final page
if the user clicks back he is going to end up on page 2 which has
loc
At 10:04 AM +0430 9/12/07, Shahrzad wrote:
Hi all,
I have 2 page ,when I go from first page to second page , I don't
want the user can back to first page where it come from. is there
any way to do this in php ? to remove or disactive
$_SERVER["HTTP_REFERER"] in php?
Thanks
Didn't someone
On 9/11/07, Stut <[EMAIL PROTECTED]> wrote:
> Please include the list when replying.
>
> Shahrzad wrote:
> > Mercyyy Stut for your reply,
>
> No problem.
>
> > For the reason of sessions I want no one can back to previous
> > page,if somebody temptates to do that, either this error occur :
>
Shahrzad wrote:
Hi all, I have 2 page ,when I go from first page to second page , I
don't want the user can back to first page where it come from. is
there any way to do this in php ? to remove or disactive
$_SERVER["HTTP_REFERER"] in php?
Shahrzad, i'm assuming that you want to do this to p
Please include the list when replying.
Shahrzad wrote:
Mercyyy Stut for your reply,
No problem.
For the reason of sessions I want no one can back to previous
page,if somebody temptates to do that, either this error occur :
"HTTP/1.0 404 Not Found" or that page reload again .
Can I d
> my problem is for the 'Back' button of Internet Explorer,..
You cannot disable the back buttom of any browser with php ;)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
my problem is for the 'Back' button of Internet Explorer,..
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Shahrzad wrote:
I have 2 page ,when I go from first page to second page , I don't want the user can back
to first page where it come from. is there any way to do this in php ? to remove or
disactive $_SERVER["HTTP_REFERER"] in php?
No, this is not something the server (where PHP lives) ca
You can not control this, but you might be able to control the page
where the user is going back through the third page :)
like this:
page 1: submit to page 2
page 2: header('Location: /page 3');
page 3: the final page
if the user clicks back he is going to end up on page 2 which has
location
Hi all,
I have 2 page ,when I go from first page to second page , I don't want the user
can back to first page where it come from. is there any way to do this in php ?
to remove or disactive $_SERVER["HTTP_REFERER"] in php?
Thanks
11 matches
Mail list logo