Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/08/2003, 22:07
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 21 años, 11 meses
Puntos: 7
<?php
$sserver=""; // tu servidor
$slogin=""; //tu login
$spassword=""; //tu password
$sdb=""; //tu database
$ilink=mysql_connect($sserver,$slogin,$spassword);
if ($ilink>0) {
$idbsel=mysql_select_db($sdb,$ilink);
$sqryvar="Select nombre,apellido from pru_datos";
//agrega la clausula WHERE
$iqryvar=mysql_query($sqryvar,$ilink);
if ($iqryvar>0) {
if (mysql_num_rows($iqryvar)>0) {
$snombre=mysql_result($iqryvar,0,0);
$sapellido=mysql_result($iqryvar,0,1);
}
}
?>
<table cellspacing=1 cellpadding=4 width="100%" border=0>
<tbody>
</tbody>
</table>
<table cellspacing=0 cellpadding=0 align=center border=0>
<tr>
<td valign=top width=506> <div align=center>
<table cellspacing=0 cellpadding=0 width="100%" border=0>
<tbody>
<tr>
<td> </td>
</tr>
</tbody>
</table>
<table cellspacing=0 cellpadding=0 width=450 border=0>
<tbody>
<tr>
<td> <table class=invi cellspacing=0 cellpadding=0 align=center
border=0>
<tbody>
<tr>
<td valign=top nowrap width=19 height=30 rowspan=2><img
height=30 src="topleft.gif" width=19
border=0></td>
<td valign=top nowrap align=middle
background=top.gif><img height=8
src="XServers_archivos/top.gif" width=510></td>
<td valign=top nowrap width=21 height=30 rowspan=2><img
height=30 src="topright.gif" width=21
border=0></td>
</tr>
<tr>
<td height="18" align=middle valign=top
background=headerbg.gif>
<?php
echo "<font color='#FFFFFF'>Mensaje
Creado por:".$snombre." ".$sapellido."</font>";
?>
</td>
</tr>
<!--== Content ==-->
<tr>
<td valign=top nowrap
background=left.gif> </td>
<td class=own valign=center align=middle
background=tablebg.gif> </td>
<td valign=top nowrap
background=right.gif> </td>
</tr>
<tr>
<td valign=top nowrap width=19 height=24><img height=21
src="bottomleft.gif" width=19
border=0></td>
<td valign=top nowrap width=112
background=bottom.gif height=24><div align="right"><a href="mailto:<--mail-->"><img src="mail.gif" width="22" height="24" border="0"></a></div></td>
<td valign=top nowrap width=21 height=24><img height=21
src="bottomright.gif" width=21
border=0></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</div></td>
<td valign=top width=140><br> </td>
</tr>
</table>
<?php
mysql_close($ilink);
}
?>

Y sigue desde alli...
__________________
No tengo firma ahora... :(