Пример #1
0
<?php

require_once './init.php';
controler($_GET);
Пример #2
0
<?php

require_once './init.php';
if (controler($_POST + $_GET)) {
    header('location:index.php');
}
?>
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
	<head>	
		<title>Chatools</title><base href="http://pyxis.de-mok.com/" />
		<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>		
		<script type="text/javascript" src="js/jquery-ui-1.8.1.custom.min.js"></script>		
		<script type="text/javascript" src="js/jquery.ui.datepicker-fr.js"></script>		
		 <script type="text/javascript" src="js/fonctions.js"></script>		
		 <link type="text/css" rel="stylesheet" media="all" href="css/main.css" />
		  <link type="text/css" rel="stylesheet" media="all" href="css/cupertino/jquery-ui-1.8.1.custom.css" />
		 <link type="text/css" rel="stylesheet" media="all" href="css/modules.css" />
		
		 
		 <link href="favicon.png" rel="icon" type="image/png" />

		 <link rel="alternate" type="application/rss+xml" title="actu" href="flux.php" />
		 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		 
		 
	</head>
	<body>