Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
<? Php
exigir "config.php";
test_global function ()
{
$ Titulo = $ _POST [ 'titulo'];
$ Imagem = $ _ POST [ 'imagem'];
$ Postador = $ _ POST [ 'postador'];
$ Data = $ _ POST [ 'dados'];
$ Conteudo = $ _ POST [ 'conteudo'];
}
$ Sql = "SELECT` id`, `imagem`,` titulo`, `postador`,` data`, `` conteudo` DE posts` onde 1 ";
$ Executa = mysqli_query ($ conexao, $ sql);
mysqli_close ($ conexao);
?>
<! Doctype html>
<Html lang = "pt-br">
<Head>
<Meta charset = "UTF-8">
<Meta name = "viewport"
content = "width = device-width, escalável pelo usuário = no, initial-scale = 1.0, escala máxima = 1,0, minimum-scale = 1.0">
<Meta http-equiv = conteúdo "X-UA-Compatible" = "ie = edge">
<Title> pós </ title>
</ Head>
<Body>
<Form action = método de "index.php" = "post">
<Label for = "titulo"> Título: <br/> </ label>
<Input type = "text" name = "titulo" id = "nome" />
</ Label>
<br/>
<Label for = "titulo"> Imagem: <br/> </ label>
<Input type = "text" name = "imagem" id = "imagem" />
</ Label>
<br/>
<Label for = "titulo"> postador: <br/> </ label>
<Input type = "text" name = "postador" id = "postador" />
</ Label>
<br/>
<Label for = "titulo"> Data: <br/> </ label>
<Input type = "data" name = "dados" id = "data" />
</ Label>
<br/>
<Label for = "titulo"> Conteúdo: <br/> </ label>
<Input type = "text" name = "conteudo" id = "conteudo" />
</ Label>
<br/>
<Input type = "submit" value = "enviar" />
</ Form>
</ Body>
</ Html>Carregando comentários...