salut à tous,
mon problème est le suivant avec ce code:
alors cela fonctionne avec l'extension html mais lorsque je l'enregistre en ".php" cela ne fonctionne plus !
quelqu'un a t-il une idée ?
merci
Modifié par ludophil (09 Sep 2005 - 09:50)
      
      
    mon problème est le suivant avec ce code:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  <head>
    <title>MON TITRE</title>
    <meta http-equiv="Content-Type" content="text/HTML; charset=iso-8859-1" />
  </head>
  <body>
test
</body>
</html>
alors cela fonctionne avec l'extension html mais lorsque je l'enregistre en ".php" cela ne fonctionne plus !
quelqu'un a t-il une idée ?
merci
Modifié par ludophil (09 Sep 2005 - 09:50)