Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/11/2007, 12:41
XenZo
 
Fecha de Ingreso: noviembre-2007
Mensajes: 52
Antigüedad: 16 años, 6 meses
Puntos: 0
Re: Problema al crear objetos

Esta incluido mas arriba, pero incluso asi:

Código:
include('AuxDB.php');
			$db = new AuxDB();
 			$head=$_GET['head']; 
 			$sql = "SELECT Id, Nombre, Link, Texto, head FROM enlaces WHERE head='".$head."'";
 			
 			$rst = $db->ejecutarSQL($sql);
No me funciona.