Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/02/2007, 07:21
norosabrto
 
Fecha de Ingreso: febrero-2007
Mensajes: 7
Antigüedad: 17 años, 2 meses
Puntos: 0
Re: No reconoce las funciones SQL ¿??

busca esta parte en el php.ini
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;
;
; If you wish to have an extension loaded automatically, use the following
; syntax:
;
; extension=modulename.extension
;
; For example, on Windows:
;
; extension=msql.dll
;
; ... or under UNIX:
;
; extension=msql.so
;
;
; Note that it should be the name of the module only; no directory information
; needs to go here. Specify the location of the extension with the
; extension_dir directive above.


; Example lines:

extension=mysql.so
extension=gd.so
--------------
si tiene un ; adelante esta deshabilitado se la sacas para habilitarlo.