HTML/PHP/WAMP n'interprête pas bien le code
Résolu/Fermé
A voir également:
- HTML/PHP/WAMP n'interprête pas bien le code
- Le code ascii - Guide
- Code puk bloqué - Guide
- Editeur html - Télécharger - HTML
- Code telephone oublié - Guide
- Code activation windows 10 - Guide
1 réponse
Il fallait ajouter dans le httpd.conf d'apache:
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm
AddType application/x-httpd-php .xml
-> pour dire d'interpréter les pages en .html .htm et .xml le php contenus dedans
activer les "register_global", le "short_open_tag" et de ne pas "display_error"
VOILA VOILAAAAAA
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm
AddType application/x-httpd-php .xml
-> pour dire d'interpréter les pages en .html .htm et .xml le php contenus dedans
activer les "register_global", le "short_open_tag" et de ne pas "display_error"
VOILA VOILAAAAAA