
13/05/2011, 16:45
|
| | 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 # FileName="Connection_php_mysql.htm" # Type="MYSQL" # HTTP="true" $hostname_basededatos = "localhost"; $database_basededatos = "clientes"; $username_basededatos = "***"; $password_basededatos = "***"; ?>
|