Envoyé par sohnic
Bonjour,
Comment lance tu ta page test.php ?
Dans Explorer as-tu file://C:\...\test.php (marche pas, tu ne passes pas par le serveur)
ou http://localhost/test.php (la, ca passe par le serveur)
Sinon, dans mon httpd.conf, j'ai :
ScriptAlias /php3/ "C:/php/"
ScriptAlias /php/ "C:/php/"
AddType application/x-httpd-php3 .phtml
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3 .php
AddType application/x-httpd-php3-source .phps
Action application/x-httpd-php3 /php/php.exe
Enfin ton script test.php est-il bien compris entre <? et ?> .
Apres, je ne vois pas !
Bon courage,
Sohnic