File "compteur.php"
Full Path: /home/analogde/www/Freebox/CHESS_ON/compteur.php
File size: 94 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$max = $_POST['max'];
for ($i=0; $i < $max; $i++)
{
$toto = 5;
}
echo "fin";
?>