memmory - browser lag after some use
Posted: Thu Jan 19, 2012 9:13 am
guys for some reson my browser lags on my page, but not in the start of use, but after i use the page for while,
in every php file i use the
<?php
ob_start();
.........
ob_flush();
ob_end_clean();
?>
also in some submit buttons i have the
header("location:someotherfile.php");
exit();
to call other pages
is any other command that cleans the buffers or memory.. i think somthing like this is my problem
im beginer with php
any idea??
in every php file i use the
<?php
ob_start();
.........
ob_flush();
ob_end_clean();
?>
also in some submit buttons i have the
header("location:someotherfile.php");
exit();
to call other pages
is any other command that cleans the buffers or memory.. i think somthing like this is my problem
im beginer with php
any idea??