Ir para conteúdo
Fórum Script Brasil
  • 0

tela de leitura não abre a informação


Ljrbrasil

Pergunta

pessoal

peguei um mural de recados e e modifiquei colocando os campos necessários, mas a pagina de leitura dos recados não esta aprecendo o que esta no bd alguém pode me ajudar.?

<title>Envio de Vendas P&oacute;s</title><?php

require('conecta.php');

$sql = "SELECT*FROM livrodevisitas";

$limite = mysql_query("$sql");

echo"

<p align=\"center\" style=\"margin-top: 0; margin-bottom: 0\">

&nbsp;</p>

<p align=\"center\" style=\"margin-top: 0; margin-bottom: 0\">

<hr size=\"1\" width=\"50%\">

<p align=\"center\" style=\"margin-top: 0; margin-bottom: 0\">

<font face=\"Century Gothic\" size=\"2\" color=\"#008000\">Leitura das Vendas</font></p>

<hr size=\"1\" width=\"50%\">

<p align=\"center\">&nbsp;</p>";

while ($sql = mysql_fetch_array($limite)){

$nomecli = $_POST ['nomecli'];

$acesso = $_POST ['acesso'];

$data = $_POST ['data'];

$promotor = $_POST ['promotor'];

$plano = $_POST ['plano'];

$protoc = $_POST ['protoc'];

// $hora = strftime('%H:%M:S');

//exibindo os dados

echo"

<div align=\"center\">

<table border=\"0\" width=\"50%\" id=\"table1\" class=\"ms-simple1-main\">

<!-- fpstyle: 1,011111100 -->

<tr>

<td width=\"43%\" class=\"ms-simple1-left\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">Nome Cliente:</font></td>

<td width=\"56%\" class=\"ms-simple1-even\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">&nbsp;$nomecli</font></td>

</tr>

<tr>

<td width=\"43%\" class=\"ms-simple1-left\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">Nº Acesso:</font></td>

<td width=\"56%\" class=\"ms-simple1-even\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">&nbsp;$acesso</font></td>

</tr>

<tr>

<td width=\"43%\" class=\"ms-simple1-left\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">data:</font></td>

<td width=\"56%\" class=\"ms-simple1-even\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">&nbsp;$data</font></td>

</tr>

<tr>

<td width=\"43%\" class=\"ms-simple1-left\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">Promotor:</font></td>

<td width=\"56%\" class=\"ms-simple1-even\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">&nbsp;$promotor</font></td>

</tr>

<tr>

<td width=\"43%\" class=\"ms-simple1-left\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">Plano:</font></td>

<td width=\"56%\" class=\"ms-simple1-even\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">&nbsp;$plano</font></td>

</tr>

<tr>

<td width=\"43%\" class=\"ms-simple1-left\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">Protocolo:</font></td>

<td width=\"56%\" class=\"ms-simple1-even\">

<p style=\"margin-top: 3px; margin-bottom: 3px\">

<font face=\"Century Gothic\" size=\"2\">&nbsp;$protoc</font></td>

</tr>

</table>

<hr size=\"1\" width=\"50%\"></div>";

}

?>

Link para o comentário
Compartilhar em outros sites

5 respostass a esta questão

Posts Recomendados

  • 0

Então mas eu teria que fazer em todas as paginas esta mudança? e seria nesta parte do site?

while ($sql = mysql_fetch_array($limite)){

$nomecli = $sql["nomecli"];

$acesso = $sql["acesso"];

$data = $sql["data"];

$promotor = $sql["promotor"];

$plano = $sql["plano"];

$protoc = $sql["protoc"];

$hora = $sql["hora"];

Link para o comentário
Compartilhar em outros sites

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,1k
×
×
  • Criar Novo...