php kodlar htmle dönüsüyor

Başlatan teknikelektronikci, 08 Şubat 2014, 21:25:30

teknikelektronikci

Merhaba arkadaslar asagidaki gibi bir problemim var sorunu ne ollabilir ?

http://ayhekim.com/a.png

resimde de gördüginüz gibi php olan kisim calismyior cünkü htmle e dönüsüyor yesil olan kisima bakmaniz yeterlidir.
kodlar


<?php include("config.php");?>
<?php include("functions.php");?>
<?php require_once("config.php");?>
<?php require_once("functions.php");?>
<?php
$page_Get=$_GET["page"];
if(!isset($_GET["page"])){
$page_Get="home";
}
$page_Content = getPage("$page_Get");
?>
<section id="Content">
    <?php print $page_Content; ?>
    </section>


<?php
function getPage ($page_Name) {
global $webseite_Pages_Path;
$path = "$webseite_Pages_Path/$page_Name.php";
if (file_exists($path)){
return openPage($path);
}
else {
return openPage("$webseite_Pages_Path/default.php");
}
}
function openPage ($urlPage) {
$file_Container= fopen($urlPage, "r");
$file_Read= fread($file_Container, filesize($urlPage));
fclose($file_Container);
return $file_Read;
}
?>


veya ayhekim.coma girip bakarsaniz oradada göreceksiniz kotakt linkine tiklamaniz yeterli

icerik yükledigim kod:
<?php
$Empfanger="murat@ayhekim.com";
$Betref="From my Webseite Ayhekim.com";
$Absender_Name;
$Absender_Surame;
$Absender_Mail;
$Nachricht;
$Absender_Name=$_POST["form_Name"];
$Absender_Surname=$_POST["form_Surname"];
$Absender_Mail=$_POST["form_Mail"];
$Nachricht=$_POST["form_Message"];
echo("Dein Name ist:".$Absender_Name);
echo("Dein Nachname ist".$Absender_Surname);
echo("Dein Mail ist".$Absender_Mail);
echo("Die Nachricht ist".$Nachricht);
?>


icerigi yüklnen kod iptal oluyor


Ey Türk istikbalinin evlâdı! İşte, bu ahval ve şerâit içinde dahi, vazifen; Türk İstiklâl ve Cumhuriyetini kurtarmaktır! Muhtaç olduğun kudret, damarlarındaki asil kanda mevcuttur!