Ver Mensaje Individual
  #6 (permalink)  
Antiguo 07/08/2012, 17:43
refresko
 
Fecha de Ingreso: agosto-2011
Mensajes: 37
Antigüedad: 12 años, 8 meses
Puntos: 1
Respuesta: quitar diagonal antes de comilla php

GatorV acabo de leer tu mensaje

muchas gracias por responder

tengo una duda, ese php.ini lo busco en mi pc, el php con que creo las paginas o debo buscarlo en el servidor donde alojo la pagina??

en mi pc, en esta ruta: C:\wamp\bin\apache\apache2.2.22\bin\php.ini encuentro estoS valoreS:

; magic_quotes_gpc
; Default Value: On
; Development Value: Off
; Production Value: Off

.................................................. .

Magic quotes are a preprocessing feature of PHP where PHP will attempt to
; escape any character sequences in GET, POST, COOKIE and ENV data which might
; otherwise corrupt data being placed in resources such as databases before
; making that data available to you. Because of character encoding issues and
; non-standard SQL implementations across many databases, it's not currently
; possible for this feature to be 100% accurate. PHP's default behavior is to
; enable the feature. We strongly recommend you use the escaping mechanisms
; designed specifically for the database your using instead of relying on this
; feature. Also note, this feature has been deprecated as of PHP 5.3.0 and is
; scheduled for removal in PHP 6.
; Default Value: On
; Development Value: Off
; Production Value: Off
; http://php.net/magic-quotes-gpc
magic_quotes_gpc = Off

..............................

Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
; http://php.net/magic-quotes-runtime
magic_quotes_runtime = Off

.......................

Use Sybase-style magic quotes (escape ' with '' instead of \').
; http://php.net/magic-quotes-sybase
magic_quotes_sybase = Off
.............................


como veras, un valor creo q esta ON o activo, pero en los otros donde se hace referencia esta off.

Estoy buscando en el lugar correcto?? debo cambiar algo??

Muchas gracias