Benim kod gibi görünüyor:
index.php
:
<html>....
<title>My page</title>
....
<?php
switch ($_GET['id']){
case "tips":
include("tips.php");
$title = "Tips";
...
Nasıl html title
etiketi için başlık varible alabilirim?
Tüm sayfalar index.php
geçer.