Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/irp/icdp/
Upload File :
Current File : /var/www/html/mmishra/irp/icdp/z.php

<html>
<head>
<title>Test HTML</title>
</head>
<body bgcolor="pink">

<?php
include("icdp.inc");
date_default_timezone_set('Asia/Kolkata');
ini_set('date.timezone', 'UTC');

$str = '<p pubDate="01-08-2015" expDate="06-08-2015">
		Hello! This is para one 1-6 Aug, 2015
	</p>

	<p pubDate="20-07-2015" expDate="25-07-2015">
		Hello! This is para two 20-25 Jul, 2015
	</p>

	<p pubDate="20-07-2015" expDate="30-07-2015">
		Hello! This is para three 20-30 Jul, 2015
	</p>';

$str = '<meta name="Obsolescence-Filter" content="yes">
	<p pubTime="00:00:00" expTime="12:00:00">
        	Hello! Good morning
	</p>

	<p pubTime="12:00:01" expTime="23:59:59">
        	Hello! Good evening
	</p>
	';

echo obsolescence_filter_on_time($str);


?>


</body>
</html>