PHP Classes

File: checkimage.php

Recommend this page to a friend!
  Classes of Mark de Leon   PHP Document Scanner using SANE or eSCL AirPrint   checkimage.php   Download  
File: checkimage.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Document Scanner using SANE or eSCL AirPrint
Web interface to scan printed documents
Author: By
Last change:
Date: 4 years ago
Size: 260 bytes
 

Contents

Class file image Download
<?php
header
('Content-Type: text/event-stream');
header('Cache-Control: no-cache');

$refresh=2; // the frequency at which we will check and re-check
$file='222222';
// some lines of code to determine $statusmessagetxt

echo "retry: 1\ndata: {$file}\n\n";

?>