i have a modified lava script... and im using XAMMP for testing the script..
i uploaded it to 20x.cc free host..
my question is..
why the page is always refresh if you press backspace or back?..
for example.
you are in index.php and you go to inbox.php
then if you press BACKSPACE (pc) or GO BACK one page located at upper left of the browser..(<)
the page will refresh again.. why?..no history?.. ahmmm
is there a problem with the header??..
<?php
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
?>
<?php
include("core.php");
include("config.php");
check_injection();
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
that's my header..
plss help me.. it is too slow when the page history always refresh..
i uploaded it to 20x.cc free host..
my question is..
why the page is always refresh if you press backspace or back?..
for example.
you are in index.php and you go to inbox.php
then if you press BACKSPACE (pc) or GO BACK one page located at upper left of the browser..(<)
the page will refresh again.. why?..no history?.. ahmmm
is there a problem with the header??..
<?php
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
?>
<?php
include("core.php");
include("config.php");
check_injection();
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
that's my header..
plss help me.. it is too slow when the page history always refresh..
Comment