Código:
<?php
if($_POST)
{
set_time_limit(0);
header("Edge-control: no-store");
usleep(1000);
$content = trim(file_get_contents('content.txt'));
while($content=='')
{
usleep(1000);
$content = trim(file_get_contents('content.txt'));
}
echo $content; <<---- aqui es donde quiero crear los checkboxes dinamicos con un bucle***
exit();
}
?>
Ojalas me pudiecen ayudar. saludos a todos