• Matéria: Informática
  • Autor: matheus1682
  • Perguntado 8 anos atrás

























<?php
$login_cookie = $_COOKIE['login'];
if (!isset($login_cookie)) {
header("Location: ./");

}
$registro = $_COOKIE['usuario'];
if (!isset($registro)) {
header("Location: ./");
}


echo "$registro";
?>








<?php
$texto = $_COOKIE['publicaçao'];
if (!isset($registro)) {
header("Location: ./");

}
echo $texto;
?>







Respostas

respondido por: gabriellyfofacp52tgl
0
?????? nao entwndi


repita denovo porfaovr
respondido por: carolinylimaaraujo
0

Ehh... Isso é algum tipo de enigma do Celbitt...?

Perguntas similares