Eu fiz uma rotina simples de if e _get que naum funfa por nada desse mundo...
ele naum obtem a variavel _get e naum funfa uma simples funcao de Echo...
Preciso de ajuda... é urgente... o que está de errado no código?
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top"><table width="760" height="401" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="761" height="115" align="left" valign="top">
<table width="100%" height="40%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="1%" height="115"><IMG SRC="images/base_06.gif" WIDTH=105 HEIGHT=115 ALT=""></td>
<td width="99%" bgcolor="#00923F"> </td>
</tr>
</table></td>
</tr>
<tr>
<td align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="70" height="124"> </td>
<td align="left" valign="top">
<table width="100%" height="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td height="30"> </td>
</tr>
<?php
$area=$_GET["area"];
$tp=$_GET["tp"];
include("conteudo.php");
if($tp==1){
echo "<tr><td>$titulo</td></tr><tr><td>$texto</td></tr>";
}
elseif ($tp==2){
echo "<tr><td>$titulo</td></tr><tr><td>$texto</td></tr><tr><td>$titulo2</td></tr><tr><td>$texto2</td></tr>";
}
else{
echo "deu pau 3";
};
?>
</table>
</td>
<td width="80"> </td>
<td width="310" align="left" valign="top" bgcolor="#FFFCC8">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="60" bgcolor="#fffcc8"> </td>
</tr>
<tr>
<td bgcolor="#fffcc8"><? echo $flash;?></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#fffcc8">
<table width="100%" border="0" cellspacing="0" cellpadding="26">
<tr>
<td align="left" valign="top">
<p><font face="Verdana"><IMG SRC="images/base_14.gif" WIDTH=92 HEIGHT=15 ALT=""><br>
<IMG SRC="images/base_17.gif" WIDTH=92 HEIGHT=11 ALT=""></font></p>
<p><IMG SRC="images/base_19.gif" WIDTH=194 HEIGHT=20 ALT=""></p>
</td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Ele está imprimindo na tela todo o resto menos a parte de php....
Meu emprego está dependendo disso.. preciso descascar esse abacaxi até amanha... please help...










