<?php
$sql="SELECT * FROM anakat ";
$sorgu=mysql_query("$sql");
while ($sonuc=mysql_fetch_array($sorgu)){
echo "<br><a href=\"$sonuc[markaseo].html\">$sonuc[marka]</a>";
echo "</p>\n";
}
?><?php
include ("ayar.php");
$sql="SELECT * FROM altkat WHERE model_id='$model_id' and modelseo='$_GET[model]'";
$sorgu=mysql_query("$sql");
while ($sonuc=mysql_fetch_array($sorgu)){
echo " $sonuc[model] ";
}
?>RewriteEngine On ReWriteRule ^(.*).html altkat.php?model&model_id=$1 [L,NC]
