"; }else{ $botao = "Gravar"; $acao = "gravar"; } $form = "


"; if($_GET["action"] == "alterar"){ include "inc_select.php"; echo "


"; exit; }; //include "../global/inc_check_cnpj.php"; if ($_GET["action"] == "inserir") { echo $form; }elseif($_POST["action"] == "gravar" || $_POST["action"] == "update"){ if($_POST["titulo_news"] == ""){ echo "
Preencha o Título da Promoção
"; } if($_POST["integra_news"] == ""){ echo "
Preencha a Descrição
"; } if($_POST["titulo_news"] != "" && $_POST["integra_news"] != ""){ if($_POST["action"] == "gravar"){ echo "
Promoção Cadastrada com Sucesso
"; include "inc_insert.php"; include "inc_list.php"; $form = ""; }elseif($_POST["action"] == "update"){ echo "
Promoção Atualizada com Sucesso
"; include "inc_update.php"; include "inc_list.php"; $form = ""; } } echo $form; } mysql_close($link); ?>