1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
<?php
// Important! You have to include it before your html code
include_once "/home/.idlest/essai/essai1/songage/poll_cookie.php";
?>
<!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" dir="ltr" lang="fr">
<head>
...
</head>
<body>
... ton code ..
.. <les balises qui vont contenir le sondage>
<?php
include_once "/home/.idlest/essai/essai1/songage/booth.php";
echo $php_poll->poll_process(4);
?>
</les balises qui vont contenir le sondage>..
</body> |