// ci-dessous: enregistrement dans statSite
$date = getdate();
$nom_page = $_SERVER['PHP_SELF'];
if ($_GET['page']!="")
{$nom_page=$nom_page.'?page='.$_GET['page'];};
// reuperation de l'adresse IP du client (on cherche d'abord a savoir si il est derriere un proxy)
if(isset($_SERVER['HTTP_X_FORWARDED_FOR'])) {$ip = $_SERVER['HTTP_X_FORWARDED_FOR'];}
elseif(isset($_SERVER['HTTP_CLIENT_IP'])) {$ip = $_SERVER['HTTP_CLIENT_IP'];}
else {$ip = $_SERVER['REMOTE_ADDR'];}
$host = gethostbyaddr($ip);
$sqluser="castella"; $sqlpass="=castella!"; $database="castella";
$sqlhost = "mysql1.int-evry.fr";
// ### SUPPRESSION DE L'ENREGISTREMENT SUR LA BASE MYSQL
?>
Marc Castella (Télécom SudParis - CITI Department)
Marc
Castella |
|
 |
|
Affiliation |
: |
SAMOVAR, Télécom SudParis, Institut Polytechnique de
Paris |
Main office |
: |
Télécom SudParis 19 Place Marguerite Perey, 91120
Palaiseau - FRANCE (Room 4A335)
|
Other office |
: |
Télécom SudParis 9 Rue Charles Fourier, 91011 Evry
Cedex - FRANCE (Room D207)
|
Email |
: |
Marc.Castella at telecom-sudparis.eu |
Phone |
: |
+(33) 1.75.31.44.37 |
|
|
Assistant
Professor |
|
| |
Resarch opportunities
|
People interested in pursuing a PhD or having a research
intership are invited to contact me and look at my publications to have a
rough idea of my current activities. |
Marc Castella
Last modified:
// print(date("d/m/Y", filemtime($_SERVER["SCRIPT_FILENAME"])));
// *** changement pour que date affichee non pas date modif index.php
// *** mais date modif du bon fichier
$dateModif=filemtime('/netfs/citi/castella/public/index.php');
if ($pageOK[$_GET['page']])
{
$dateModif=filemtime($pageOK[$_GET['page']]);
}
print(date("d/m/Y",$dateModif));
?>