![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/06/2009, 01:14
|
| | Fecha de Ingreso: marzo-2009
Mensajes: 480
Antigüedad: 15 años, 10 meses Puntos: 1 | |
function Poruqe no me funciona la funcion... :S nom e da error de ningun tipo, pero no me muestra al informacion...
function lista_db()
{
session_start();
$codigo=$_SESSION[codigo_empresa];
$listabd=mysql_query("select * from soft_bd WHERE codigo_empresa like '$codigo' order by nombre_bd", $link);
while($listabd_1=mysql_fetch_array($listabd)){
}
lista_db();
echo $listabd_1['descripcion_bd']; } |