session_start(); if ($_SESSION["id_user"] == ""){ header ("location: http://dalloul.com.br"); } include "../global/inc_mysql.php"; $sql = "SELECT * from texto_hotel"; $ret = mysql_query($sql); $row_end = mysql_fetch_row($ret); if($_POST["action"] != "update"){ include "../ckeditor/_samples/output_empresa.php"; } if($_POST["action"] == "update"){ echo "