include("config.php"); $query = mysql_query("SELECT * FROM admin where pagina='exposities.html'"); while($object = mysql_fetch_object($query)){ $text=$object->text; } ?>