HOLA CARLOS MUCHAS GRACIAS POR TU RESPUESTA, CADA DIA VOY APRENDIENDO MAS DE PHP GRACIAS A UDS LOS PROFESIONALES LA LINEA 63 ES TODA LA COSNULTA AQUI TE LA PONGO.
Código PHP:
Ver original$query_Recordset1 = sprintf("SELECT inmuebles.foto_a, inmuebles.foto_b, inmuebles.foto_c, inmuebles.foto_d, inmuebles.foto_e, inmuebles.foto_f, inmuebles.ciudad, inmuebles.zona, inmuebles.barrio, inmuebles.direccion, inmuebles.tipo, inmuebles.valor, inmuebles.rango, inmuebles.area, inmuebles.habitaciones, inmuebles.codigo_inm, inmuebles.obs FROM inmuebles WHERE inmuebles.ciudad LIKE %s AND inmuebles.zona LIKE %s AND inmuebles.tipo LIKE %s AND inmuebles.rango LIKE %s ORDER BY" .$_GET['field']." ".$_GET['order'];, GetSQLValueString
($colname_Recordset1, "text"),GetSQLValueString
($colpara_Recordset1, "text"),GetSQLValueString
($coltype_Recordset1, "text"),GetSQLValueString
($colrang_Recordset1, "text"));