View Single Post
  #15  
Old 17th January 2013, 04:23
ndbj ndbj is offline
Senior Member
 
Join Date: Dec 2012
Portugal
Posts: 35
Default
Try this, in your ajax.browse.php, after:
PHP Code:
<!--
Ajax XML return - TheHippy 01/04/2009
-->
<?php
require_once("include/bittorrent.php");
include(
"class/db.class.php");
include(
"class/browse.class.php");
dbconn(false);
add
PHP Code:
header ('Cache-control: no-store');
header ('Pragma: no-cache'); 
if don't work, add
PHP Code:
<meta http-equiv="expires" value="0" />
<
meta http-equiv="cache-control" content="no-cache" /> 
try both ways also with
PHP Code:
dbconn(); 
Reply With Quote