bonjour pourriez vous m'aider j'aimerai mettre un code php dans un page php ou html qui ai
[ Lien ]
j'ai le document du script ici
[ Lien ]
il me donne ceci
<html>
<head>
...
<link rel="stylesheet" href="calendar.css" type="text/css" />
...
</head>
<body>
...
<?php
...
// Appel au script du calendrier
require_once("calendar.php");
// Parametrage
$params = array(...);
// Affichage
Calendar($params);
...
?>
<body>
<html>
ou je doit le mettre sur ma page
qui ai ici
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr" dir="ltr"> <head> <title>Delta Force</title> <!-- Contents --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Language" content="fr" /> <meta http-equiv="last-modified" content="30/09/2010 15:01:02" /> <meta http-equiv="Content-Type-Script" content="text/javascript" /> <meta name="description" content="Team Gamers BF2 et BBC2 " /> <meta name="keywords" content="delta force bf2 bbc2" /> <!-- imCustomHead --> <meta http-equiv="Expires" content="0" /> <meta name="Resource-Type" content="document" /> <meta name="Distribution" content="global" /> <meta name="Robots" content="index, follow" /> <meta name="Revisit-After" content="21 days" /> <meta name="Rating" content="general" /> <!-- RSS Feed --> <link rel="alternate" type="application/rss+xml" title="test" href="http://deltaforce.olympe-network.com/x5rssfeed.xml" /> <!-- Others --> <meta name="Author" content="john45682" /> <meta name="Generator" content="Incomedia WebSite X5 Evolution 8.0.11 - www.websitex5.com" /> <meta http-equiv="ImageToolbar" content="False" /> <meta name="MSSmartTagsPreventParsing" content="True" /> <!-- Parent --> <link rel="sitemap" href="sitemap.xml" title="Plan général du site" /> <!-- Res --> <script type="text/javascript" src="res/x5engine.js"></script> <link rel="stylesheet" type="text/css" href="res/styles.css" media="screen, print" /> <link rel="stylesheet" type="text/css" href="res/template.css" media="screen" /> <link rel="stylesheet" type="text/css" href="res/print.css" media="print" /> <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="res/iebehavior.css" media="screen" /><![endif]--> <link rel="stylesheet" type="text/css" href="res/home.css" media="screen, print" /> <script type="text/javascript">imCodeProt('john45682 2010')</script> <link rel="stylesheet"
merci