Guest - Leonardo - Postado Novembro 17, 2004 Denunciar Share Postado Novembro 17, 2004 Boa tarde a todos, eu gostaria de saber aonde eu estou errando.....eu estou começando agora, por isso se a pergunta for banal não tirem o sarro!!!Eu quero jogar um PHP no HTML, mas não estou conseguindo, tem como alguém me ajudar?O q estou fazendo errado?<html><head><?PHPif ($nome == "") {?><form method="post"><input type=text name="nome"value=""></form>} elseecho "seja bem vindo $nome";?> <style type="text/css"><!--.style1 {color: #0000FF}.style3 {color: #FF0000}.style4 { font-family: Georgia, "Times New Roman", Times, serif; font-style: italic;}--></style><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>E.E. Prof. Carlos Roberto Guariento</title></head><body><div align="center"> <p> <em> <strong><img src="../Documents%20and%20Settings/Leo/Desktop/Programas%20site/logo%20escfam.jpg" width="771" height="81" align="middle"></strong><h1>E.E. Prof. Carlos Roberto Guariento<strong></strong></h1></em></div><hr align="left" color="#000099"><p class="style1"><u> </center><marquee behavior=scroll width=40%>Seja Bem vindo</marquee><center></center> <dfn></dfn> </marquee></u><u><marquee></marquee></u></p>Veja o que acontece aos finais de semana<p align="center" class="style4"><u><cite title="Cronograma">Cronograma</cite></u></p><div align="center"> <table border="1" width="88%"> <tr> <td width="50%"> <p align="center" class="style3">Sábado</td> <td width="50%"> <p align="center" class="style3">Domingo</td> </tr> <tr> <td width="50%">Tenis de mesa - 09h às 17h</td> <td width="50%">Tenis de mesa - 09h às 17h</td> </tr> <tr> <td width="50%">Futsal infantil - 09h às 11h</td> <td width="50%">Futsal infantil - 09h às 17h</td> </tr> <tr> <td width="50%">Futsal adulto - 13h às 15</td> <td width="50%">Futsal adulto - 13h às 17h</td> </tr> <tr> <td width="50%">Volei - 15h às 17h</td> <td width="50%">Volei - 15h às 17h</td> </tr> <tr> <td width="50%">Violão - 12h30 às 14h30</td> <td width="50%">Violão - 12h30 às 14h30</td> </tr> <tr> <td width="50%">Bordado (vagonite) - 14h às 16h</td> <td width="50%">Bordado (vagonite) - 14h às 16h</td> </tr> <tr> <td width="50%">Quadra livre - 11h às 13h</td> <td width="50%">Quadra livre - 11h às 13h</td> </tr> <tr> <td width="50%">Artesanato - 09h30 às 11h30</td> <td width="50%">Artesanato - 09h30 às 11h30</td> </tr> <tr> <td>Cavaquinho - 09h30 às 11h30 </td> <td>Canto livre - 14h às 16h </td> </tr> <tr> <td width="50%">Jardinagem - 13h às 16h</td> <td width="50%">Jardinagem - 13h às 16h</td> </tr> </table></div><p> </p><p> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="103" height="24"> <param name="BGCOLOR" value=""> <param name="movie" value="button2.swf"> <param name="quality" value="high"> <embed src="button2.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="103" height="24" ></embed> </object> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="103" height="24"> <param name="movie" value="button3.swf"> <param name="quality" value="high"> <embed src="button3.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="103" height="24" ></embed> </object> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="103" height="24"> <param name="movie" value="button4.swf"> <param name="quality" value="high"> <embed src="button4.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="103" height="24" ></embed> </object></p><p> </p><p> </p><p><a href="mailto:leofutsal@terra.com.br">Qualquer dúvida, sugestão ou crítica mande um e-mail para: leofutsal@terra.com.br</a> </p> Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Felipe_Lopes Postado Novembro 17, 2004 Denunciar Share Postado Novembro 17, 2004 Qual o erro? Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Felipe_Lopes Postado Novembro 17, 2004 Denunciar Share Postado Novembro 17, 2004 Tah ruim isso hein......me parece q você colocou o form dentro da tag head e tb não usou todos os atributos da tag form e tb não tem botao o form...aff...mta coisa rssrs Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 Fabyo Postado Novembro 17, 2004 Denunciar Share Postado Novembro 17, 2004 você quer apenas que o nome do usuario apareça junto com o Bem-Vindo?se for isso da pra fazer com javascript mesmo:<script language="javascript">function saudacao(){Val = prompt("Digite seu nome:","Aqui");document.write("Seja Bem-Vindo: "+Val);}saudacao();</script>agora se você ta tentando fazer um sistema de login, posta ai que eu explico melhor Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
Guest - Leonardo -
Boa tarde a todos, eu gostaria de saber aonde eu estou errando.....
eu estou começando agora, por isso se a pergunta for banal não tirem o sarro!!!
Eu quero jogar um PHP no HTML, mas não estou conseguindo, tem como alguém me ajudar?
O q estou fazendo errado?
<html>
<head>
<?PHP
if ($nome == "") {
?>
<form method="post">
<input type=text name="nome"value="">
</form>
}
else
echo "seja bem vindo $nome";
?>
<style type="text/css">
<!--
.style1 {color: #0000FF}
.style3 {color: #FF0000}
.style4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>E.E. Prof. Carlos Roberto Guariento</title></head>
<body>
<div align="center">
<p>
<em>
<strong><img src="../Documents%20and%20Settings/Leo/Desktop/Programas%20site/logo%20escfam.jpg" width="771" height="81" align="middle"></strong>
<h1>E.E. Prof. Carlos Roberto Guariento<strong></strong></h1>
</em></div>
<hr align="left" color="#000099">
<p class="style1"><u>
</center><marquee behavior=scroll width=40%>Seja Bem vindo</marquee><center></center>
<dfn></dfn>
</marquee>
</u><u><marquee>
</marquee></u></p>
Veja o que acontece aos finais de semana
<p align="center" class="style4"><u><cite title="Cronograma">Cronograma</cite></u></p>
<div align="center">
<table border="1" width="88%">
<tr>
<td width="50%">
<p align="center" class="style3">Sábado</td>
<td width="50%">
<p align="center" class="style3">Domingo</td>
</tr>
<tr>
<td width="50%">Tenis de mesa - 09h às 17h</td>
<td width="50%">Tenis de mesa - 09h às 17h</td>
</tr>
<tr>
<td width="50%">Futsal infantil - 09h às 11h</td>
<td width="50%">Futsal infantil - 09h às 17h</td>
</tr>
<tr>
<td width="50%">Futsal adulto - 13h às 15</td>
<td width="50%">Futsal adulto - 13h às 17h</td>
</tr>
<tr>
<td width="50%">Volei - 15h às 17h</td>
<td width="50%">Volei - 15h às 17h</td>
</tr>
<tr>
<td width="50%">Violão - 12h30 às 14h30</td>
<td width="50%">Violão - 12h30 às 14h30</td>
</tr>
<tr>
<td width="50%">Bordado (vagonite) - 14h às 16h</td>
<td width="50%">Bordado (vagonite) - 14h às 16h</td>
</tr>
<tr>
<td width="50%">Quadra livre - 11h às 13h</td>
<td width="50%">Quadra livre - 11h às 13h</td>
</tr>
<tr>
<td width="50%">Artesanato - 09h30 às 11h30</td>
<td width="50%">Artesanato - 09h30 às 11h30</td>
</tr>
<tr>
<td>Cavaquinho - 09h30 às 11h30 </td>
<td>Canto livre - 14h às 16h </td>
</tr>
<tr>
<td width="50%">Jardinagem - 13h às 16h</td>
<td width="50%">Jardinagem - 13h às 16h</td>
</tr>
</table>
</div>
<p> </p>
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="103" height="24">
<param name="BGCOLOR" value="">
<param name="movie" value="button2.swf">
<param name="quality" value="high">
<embed src="button2.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="103" height="24" ></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="103" height="24">
<param name="movie" value="button3.swf">
<param name="quality" value="high">
<embed src="button3.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="103" height="24" ></embed>
</object>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="103" height="24">
<param name="movie" value="button4.swf">
<param name="quality" value="high">
<embed src="button4.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="103" height="24" ></embed>
</object>
</p>
<p> </p>
<p> </p>
<p><a href="mailto:leofutsal@terra.com.br">Qualquer dúvida, sugestão ou crítica mande um e-mail para: leofutsal@terra.com.br</a> </p>
Link para o comentário
Compartilhar em outros sites
3 respostass a esta questão
Posts Recomendados
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.