![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
08/02/2007, 07:21
|
| | Fecha de Ingreso: febrero-2007
Mensajes: 7
Antigüedad: 18 años 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. |