Photogallery
pagina 1 di 0 |
$urlPath = $_SERVER['DOCUMENT_ROOT']."/forum/"; include $urlPath.'config.php'; $link = mysql_connect("$dbhost", "$dbuser", "$dbpasswd") or die("Could not connect"); mysql_select_db("$dbname") or die("Could not select database"); $seo_query = "SELECT * from seo where sezione = ".$menuActive; $result_seo = mysql_query($seo_query) or die("Query failed"); $seo = array(); while ($row = mysql_fetch_array($result_seo, MYSQL_ASSOC)) { $seo = $row; break; } //var_dump($seo); mysql_free_result($result_seo); mysql_close($link); $title = 'Club Buell Devilstars - metti le chiappe sulla tua Buell e viaggia con noi!'; $description = "Devilstars รจ il Club Buell dove tanta gente s'incontra, si conosce, mette le chiappe sulla moto e inizia un viaggio fatto di sguardi, di avventure, d'amicizia e di emozioni indelebili."; if(isset($seo['title'])) $title = $seo['title']; if(isset($seo['description'])) $description = $seo['description']; ?>
pagina 1 di 0 |