// Default variables //cache_limiter ("nocache"); //cache_limiter ("nocache"); //header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); Date in the past //header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified //header ("Cache-Control: no-cache, must-revalidate"); HTTP/1.1 //header ("Pragma: no-cache"); HTTP/1.0 //new code added at 18-06-03 to prevent caching header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); $mysql_host = "192.168.0.253"; $mysql_db = "podiumdb"; $mysql_user = "podium"; $mysql_password = "podium"; $mysql_url = $mysql_host; $reply_addr = "sales@podium.com.cy"; $convert = "/usr/X11R6/bin/convert "; $htpasswd = "/usr/bin/htpasswd "; // A customizable ripper function my_ripper ($string) { $string = str_replace ("\"", "", $string); $string = str_replace ("'", "", $string); $string = str_replace ("\\", "", $string); $string = addslashes ($string); return ($string); } // A customizable mailer function my_mailer ($recipient, $subject, $body) { if ($recipient != "") mail($recipient, $subject, $body, "From: " . $reply_addr . "\r\nReply-To: " . $reply_addr); } ?>
![]() |
|
|
|
|
||
|
Design by e-Biz Ltd - © 2001 Podium
Engineering Ltd
|
||