
13/05/2011, 15:30
|
| | Fecha de Ingreso: abril-2011 Ubicación: Baja California sur
Mensajes: 39
Antigüedad: 13 años, 10 meses Puntos: 0 | |
Respuesta: mysql_fetch_array():
Código PHP:
Ver original<?php include('../../../Connections/basededatos.php'); $result = mysql_query("select * from registro where correo = '$_SESSION[MM_Username]' ",$basededatos); <h1>Bienvenido</h1> <h4> <?php echo ($row["nombre"]); echo (" "); echo ($row["apellido"]); echo (" "); ?></h4>
|