EOT;
}
function show_install() {
?>
}
function runquery() {
for($i=1;$i<=15;$i++)
{
$this->showjsmessage('Perform operation'.' '.$i.' ... '.'Success');
//Simulate the delay of each action completed
sleep(1);
}
}
function showjsmessage($message) {
echo ''."rn";
flush();
ob_flush();
}
function show_footer($quit = true) {
echo <<