You are here: RE: [PHP] Preventing data from being reposted? « PHP « IT news, forums, messages
RE: [PHP] Preventing data from being reposted?

Posted by Pmpa on 03/04/05 02:43

Sorry, Wrong Reply!!
My mistake :(

---------------------------------------------

Hi!
If I understand you correctly, I hope this helps:

<?
// file.php

ob_start();
session_start();

If (!isset($_SESSION['login'])){
If ( !( isset($_POST['name']) && isset($_POST['password']) &&
trim($_POST['name'])!="" && trim($_POST['password'])!="" ) ){
?>
<form method="post" action="file.php">
<input type="text" name="name">
<input type="password" name="password">
</form>
<?
}
else {
if (trim($_POST['name'])=="yourname" &&
trim($_POST['password'])=="yourpassword"){
$_SESSION['login']=$_POST['name'];
Header("Location file.php");
}
else {
// wrong data.
Header("Location file.php");
}
}
}
else {
$name=$_SESSION['login'];
echo "You are logged as ".$name;
}
?>

There are probably some errors I haven't run the code.
Pedro.

-----Mensagem original-----
De: rory walsh [mailto:rorywalsh@ear.ie]
Enviada: quinta-feira, 3 de Março de 2005 12:01
Para: php-general@lists.php.net
Assunto: [PHP] Preventing data from being reposted?

Is there anyway I can prevent data from being reposted when I hit the
back button on my browser? When I hit back I get a message from my
browser asking do I want to repost the data, can I prevent this window
from appearing?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация