1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>$$$$$$$$$</title>
<meta name="Auteur" content="$$$$$$">
<http-equiv="Date" content="23/02/2009">
</head>
<body>
<?php
include("cstes et fonctions/constantes.inc");
include("cstes et fonctions/fonctions.inc");
include("cstes et fonctions/fonctions_sql.inc");
// Ouverture session :
session_start();
echo session_id();
// rÈcupÈration de la date du jour sous format UNIX :
$_SESSION['date_page'] = Time();
etc... |