Subversion Repositories ALCASAR

Rev

Rev 830 | Rev 2093 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 830 Rev 958
Line 10... Line 10...
10
	{
10
	{
11
	window.open(page, "portail", "alwaysRaised=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,hotkeys=no,width=640 ,height=480");
11
	window.open(page, "portail", "alwaysRaised=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,hotkeys=no,width=640 ,height=480");
12
	}
12
	}
13
</script>
13
</script>
14
<!-- fin javascript -->
14
<!-- fin javascript -->
-
 
15
<?php
-
 
16
# $Id: haut.php 958 2012-07-19 09:01:30Z franck $
15
<?				// Access counter incrementation
17
// Access counter incrementation
16
$name_fic="compteur.txt";
18
$name_fic="compteur.txt";
17
if (($fp=fopen($name_fic,"r")) == false) exit;
19
if (($fp=fopen($name_fic,"r")) == false) exit;
18
$nb=fgets($fp,10);
20
$nb=fgets($fp,10);
19
fclose($fp);
21
fclose($fp);
20
$nb+=1;
22
$nb+=1;