Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/07/2007, 12:08
GoldFran
 
Fecha de Ingreso: mayo-2007
Mensajes: 237
Antigüedad: 17 años, 9 meses
Puntos: 3
Re: ¿como configuro PHP5 para ver mis páginas creadas en PHP4?

eso mismo iba a decir, gracias, era eso, lo he descuvierto xDD


; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
; NOTE: Using short tags should be avoided when developing applications or
; libraries that are meant for redistribution, or deployment on PHP
; servers which are not under your control, because short tags may not
; be supported on the target server. For portable, redistributable code,
; be sure not to use short tags.
short_open_tag = On

Estaba en of

Al igual que la session_cache = 1 y la he tenido que poner a 0

Gracias