bonjour,
j'ai un petit problème de débutant -- voila je souhaiterais intégrés du code php dans ma page html ..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
">
<html>
<HTML>
<HEAD>
<TITLE>Mon premier script</TITLE>
</HEAD>
<BODY>
<?
echo "Hello World";
?>
<BODY>
</HTML>
D'apres ce que je comprend ce bout de code en l'enregistrant dans test.html de vrait afficher hello world .. non ?
en fait c'est simplement ca que je cherche a faire.
savez vous pourquoi ca ne marche pas ?
merci pour vos réponse