Código PHP:
<?php
session_start();
if (isset($_SESSION['k_username'])) {
$usuario=$_SESSION['k_username'];
?>
<?
$id = $_GET[web];
include('do/dateweb.php');
$query=mysql_query("SELECT * FROM mensajes WHERE id='$id'");
if($row=mysql_fetch_array($query) )
{
echo''
}else{
}
?>
<link href="css/frame-estilo.css" rel="stylesheet" type="text/css" /><table width="100%" border="0" cellpadding="1" cellspacing="2" bgcolor="#FFFFFF" class="text">
<tr>
<td height="35" class="Isesion"><div align="left"><strong><? print(''.$row[titulo].''); ?></strong></div></td>
</tr>
<tr>
<td class="text">Enviado por: <strong><? print(''.$row[remite].''); ?></strong></td>
</tr>
<tr>
<td class="text"></td>
</tr>
<tr>
<td class="text">Fecha: <strong><? print(''.$row[fecha].''); ?></strong></td>
</tr>
<tr>
<td class="text"><strong><? print(''.$row[mensaje].''); ?></strong></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>Publicidad</td>
</tr>
</table>
<?php
}else{
header("location: login.php?ref=miswebs.php");
}
?>
Ayudanme Por Favor...