Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/12/2008, 08:59
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 15 años, 9 meses
Puntos: 416
Respuesta: Hacer tabla y colorear celda segun registro

mysql_connect()
http://www.php.net/manual/es/function.mysql-connect.php
mysql_select_db()
http://www.php.net/manual/es/functio...-select-db.php
mysql_query()
http://www.php.net/manual/es/function.mysql-query.php
mysql_fetch_array()
http://www.php.net/manual/es/functio...etch-array.php

Te recomiendo te leas por lo menos un manual basico de PHP+MySQL, hay muchos rondando en el internet.