(reprise du message précédent)
Arf je vois pas du tout ! :
dans admin.php:
ensuite dans le require("$racine\secure\secure.php"); :
mystère et boule de gomme mdr
Arf je vois pas du tout ! :
dans admin.php:
<?php>
// securisation
$racine = '..';
require("$racine\secure\secure.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Admin</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="PSPad editor, www.pspad.com">
<style type="text/css">
#cadre_admin{display:block;position:absolute;color:black;top:100px;left:20px;width:600px;
height:450px;padding:10px;
background-color:#B3E0BD;border-style:ridge;border-width: 3px;border-color:black;}
</style>
</head>
ensuite dans le require("$racine\secure\secure.php"); :
<?php
session_start();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
body{background-color:white;font-family: arial,verdana, geneva, helvetica, sans-serif;
font-size:11pt;color:black;background:url(../images/bar_bulles.png) center center;
/*background-attachment: fixed;*/}
#cadre{display:block;position:absolute;color:black;top:150px;right:5px;padding:10px;
background-color:yellow;border-style:ridge;border-width: 3px;border-color:black;}
</style>
</head>
mystère et boule de gomme mdr