header('Content-Type: text/html; charset=utf8');
include '../administracija/aut/aut.php';
$g=db_connect();
mysql_query("SET NAMES UTF8");
if ($g==0) {
echo '
Untitled Document
Under construction...
';
} else {
?>
Salon vjenčanica - Ludi kamen - Podgorica
$result=mysql_query("SELECT * FROM baneri WHERE id=\"1\" ");
while($data=mysql_fetch_array($result)){
?>
echo $data['opis'];?>
}
?>
Copyright (c) 2011-2012 Salon vjenčanica - Ludi kamen. All Rights Reserved. Powered by
InfoBit
}
?>