<?php //include ('setting.php'); $id=htmlspecialchars($_GET['id']); $bul=mysql_query("select * from tablo where id='$id'"); $al=mysql_fetch_array($bul); $ys=$al['adres']; header("location:".$ys.""); ?>