$file = "http://' . $url . '/favicon.ico";
if (file_exists($file)) {
echo "<img src=\"' . $file . '\" width=\"16\" height=\"16\" alt=\"i\" />";
}не хочет выводить фавикон и все (
$file = "http://' . $url . '/favicon.ico";
if (file_exists($file)) {
echo "<img src=\"' . $file . '\" width=\"16\" height=\"16\" alt=\"i\" />";
}