Bueno no sabia si colocar esto en apache o en php, pero creo que es mas tema de php en fin.
Me arroja este error
phpinfo() PHP Version => 5.1.4 System => Windows NT JSOFT-490Q1PMTU 5.1 build 2600 Build Date => May 4 2006 10:30:29 Configure Command => cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared" Server API => Command Line Interface Virtual Directory Support => enabled Configuration File (php.ini) Path => C:\MiServer\PHP\php.ini PHP API => 20041225 PHP Extension => 20050922 Zend Extension => 220051025 Debug Build => no Thread Safety => enabled Zend Memory Manager => enabled IPv6 Support => enabled Registered PHP Streams => php, file, http, ftp, compress.zlib Registered Stream Socket Transports => tcp, udp Registered Stream Filters => convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.* This program makes use of the Zend Scripting Language Engine: Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
bueno es muy largo todo lo que sale.
El código es el típico
<?php
phpinfo();
?>
antes me funcionaba ese simple código no se que paso.
Pero igual me sigue funcionando y trabajando con código php pero estoy confundido porque siendo algo tan simple no funciona.
Gracias de antemano.