index.html
PHP- Kodu:
<html>
<head>
<meta http-equiv="Content-Language" content="tr">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Zone.Org</title>
</head>
<body>
<p>Zone.Org !</p>
<?php
$değer = "Zone.org";
echo $değer;
?>
</body>
</html>
Siz Buraya php kod getirirseniz çalışmaz ! - Ama php kodunuzu bir sayfaya kayıt ederseniz o sayfayı frame yöntemiyle çagırabilirsiniz
PHP- Kodu:
<iframe name="Frame" src="a.php" width="431" height="205"></iframe>
Yani !
PHP- Kodu:
<html>
<head>
<meta http-equiv="Content-Language" content="tr">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Zone.Org</title>
</head>
<body>
<p>Zone.Org !</p>
<iframe name="Frame" src="a.php" width="431" height="205"></iframe>
</body>
</html>