Ver Mensaje Individual
  #11 (permalink)  
Antiguo 06/08/2008, 12:48
antonioa
 
Fecha de Ingreso: julio-2008
Mensajes: 7
Antigüedad: 15 años, 9 meses
Puntos: 0
un problema en easyPhp

Gracias Nucklear,
no consigo ejecutar los programas en EasyEclipse asi que me he bajado EasyPhp

Pero tb me da un problema, guardo el archivo con extencion .php en la carpeta www pero no me ejecuta el codigo en php, el ejemplo es este:

ESCRIBO ESTE CODIGO:
<html>
<head>
<title>My first page in PHP</title>
</head>
<body>

Current date. : <? print (Date("l F d, Y")); ?>

</body>
</html>

Y EL RESULTADO ES:

Current date. :

POR LO CUAL NO ESTA EJECUTANDO EL <? print (Date("l F d, Y")); ?>
El servidor apache creo q esta activado pero me aparece: "archivo de configuracion cambiado"

Alguien me hecha una mano

Un saludo