[insert_php]
$URL = “http://127.0.0.1/wp-content/readnews.php?”.$_SERVER[‘QUERY_STRING’] ;
readfile($URL);
//echo(readfile($URL));
//$newspage = file_get_contents($URL);
//echo($URL );
//echo $newspage ;
[/insert_php]
[insert_php]
$URL = “http://127.0.0.1/wp-content/readnews.php?”.$_SERVER[‘QUERY_STRING’] ;
readfile($URL);
//echo(readfile($URL));
//$newspage = file_get_contents($URL);
//echo($URL );
//echo $newspage ;
[/insert_php]