Merhabalar,
<?
			if (is_numeric($_GET['id']) || eregi('^[a-z0-9-]+$', $_GET['tag'])) {
				if (!$_GET['tag']) {
					$sql = "SELECT * FROM `urls` WHERE `url_id` = $_GET[id]";
				} else {
					$sql = "SELECT * FROM `urls` WHERE `url_tag` = '$_GET[tag]'";
				}
				$q = mysql_query($sql);
				$r = mysql_fetch_assoc($q);
			}
if ($frame == 1) {
echo"<frameset rows=\"*,50\" frameborder=\"0\">"
  . "	<frame name=\"page\" src=\"$r[url_location]\">"
  . "	<frame name=\"ad\" src=\"/frame.php\" scrolling=\"no\">"
  . "</frameset>"
  . "<noframes></noframes>"
 .""; }
else if ($frame == 0) {
echo header("Location: $r[url_location]"); }
		else{
		?>
Böyle bi kod var
Bu kodda
$r[url_location]
site URL'si yerine geçiyor.
Soru: Ben bu URL'nin title ını nasıl alacam
Anlamadığınız yer olursa sorun